Skip to content

Commit

Permalink
build: set max concurrency of unit tests to 4 (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs authored Apr 4, 2019
1 parent 9bee2a7 commit 06ff1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"lint": "tslint -p tsconfig.lint.json",
"build": "tsc -b && lerna run build",
"test": "npm run mocha",
"mocha": "lerna run test --stream",
"mocha": "lerna run test --stream --concurrency 4",
"e2e": "cd e2e && npm ci && npm t && cd ..",
"perf": "cd perf && npm ci && npm t && cd ..",
"start": "tsc -b -w",
Expand Down

0 comments on commit 06ff1f5

Please sign in to comment.