Update root test commands

This commit is contained in:
willclarktech
2021-05-18 15:15:54 +02:00
parent 9e57f0be3d
commit d202ec1426
+3 -3
View File
@@ -28,9 +28,9 @@
"format-shell": "shfmt -w scripts packages",
"lint": "yarn workspaces foreach --topological-dev --parallel run lint",
"lint-fix": "yarn workspaces foreach --topological-dev --parallel run lint-fix",
"test": "lerna run test",
"test-firefox": "lerna run test-firefox",
"test-chrome": "lerna run test-chrome",
"test": "yarn workspaces foreach --topological-dev --parallel run test",
"test-firefox": "yarn workspaces foreach --topological-dev --parallel run test-firefox",
"test-chrome": "yarn workspaces foreach --topological-dev --parallel run test-chrome",
"coverage": "yarn workspaces foreach --topological-dev --parallel run coverage",
"build": "yarn workspaces foreach --topological-dev --parallel run build",
"docs": "yarn workspaces foreach --topological-dev --parallel run docs",