perf(lerna): lint in parallel

parent fe46a895
......@@ -13,7 +13,7 @@
"clean": "yarn workspaces run clean",
"build": "yarn workspaces run build",
"test": "yarn lerna run test --parallel",
"lint": "yarn workspaces run lint",
"lint": "yarn lerna run lint --parallel",
"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