Update root coverage command

This commit is contained in:
willclarktech 2021-04-28 13:34:35 +02:00
parent 5eef7b97ae
commit dd2bb767cc
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -31,7 +31,7 @@
"test": "lerna run test",
"test-firefox": "lerna run test-firefox",
"test-chrome": "lerna run test-chrome",
"coverage": "lerna run coverage",
"coverage": "yarn workspaces foreach run coverage",
"build": "lerna run build",
"docs": "lerna run docs"
},