Update root test commands
This commit is contained in:
+3
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user