Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Try fixing circle memory issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcuva committed Oct 17, 2018
1 parent af8fd4e commit 7162c45
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 @@ -3,7 +3,7 @@
"description": "Open source components that make up ReadMe's API explorer",
"version": "0.0.0",
"scripts": {
"test": "node scripts/update-example-swagger-files && eslint -f unix example --ext js --ext jsx && lerna run test --parallel",
"test": "node scripts/update-example-swagger-files && eslint -f unix example --ext js --ext jsx && lerna run test --stream --concurrency 2",
"start": "node scripts/update-example-swagger-files && webpack-dev-server",
"build": "./build.sh & lerna run build",
"watch": "lerna run watch --stream",
Expand Down

0 comments on commit 7162c45

Please sign in to comment.