perf(lerna): run tests in parallel

parent 21724d2c
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"scripts": { "scripts": {
"clean": "yarn workspaces run clean", "clean": "yarn workspaces run clean",
"build": "yarn workspaces run build", "build": "yarn workspaces run build",
"test": "yarn workspaces run test", "test": "yarn lerna run test --parallel",
"lint": "yarn workspaces run lint", "lint": "yarn workspaces run lint",
"lint:fix": "yarn workspaces run lint:fix" "lint:fix": "yarn workspaces run lint:fix"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment