Skip to content

Commit

Permalink
Limit the parallelism on the test-all script command
Browse files Browse the repository at this point in the history
  • Loading branch information
julienw committed Oct 14, 2019
1 parent 1bd6812 commit 1ce05d7
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 @@ -32,7 +32,7 @@
"start-docs": "docsify serve ./docs-user",
"start-photon": "node res/photon/server",
"test": "cross-env LC_ALL=C NODE_ENV=test NODE_OPTIONS=--experimental-worker jest",
"test-all": "run-p flow license-check lint test test-alex test-lockfile",
"test-all": "run-p --max-parallel 4 flow license-check lint test test-alex test-lockfile",
"test-build-coverage": "jest --coverage --coverageReporters=html",
"test-serve-coverage": "ws -d coverage/ -p 4343",
"test-coverage": "run-s test-build-coverage test-serve-coverage",
Expand Down

0 comments on commit 1ce05d7

Please sign in to comment.