Bring it down to 2 workers, I guess

pull/515/head
Rick Carlino 2017-10-25 06:42:53 -05:00
parent 1403f088c8
commit 7efddff302
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"heroku-postbuild": "webpack --config=./config/webpack.prod.js",
"dev": "echo '===We use `rails api:start` now.==='",
"webpack": "./node_modules/.bin/webpack-dev-server --config config/webpack.dev.js --host 0.0.0.0",
"test-slow": "jest --coverage --no-cache",
"test-slow": "jest --coverage --no-cache -w 2",
"test": "jest --no-coverage --cache",
"typecheck": "./node_modules/.bin/tsc --noEmit --jsx preserve"
},