Update root coverage command

This commit is contained in:
willclarktech
2021-05-18 15:15:53 +02:00
parent 5eef7b97ae
commit dd2bb767cc
+1 -1
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"
},