Increase nProcesses from 4 to 8. (#17656)

This commit is contained in:
Leonard Thieu 2017-06-30 10:32:54 -04:00 committed by Andy
parent 00222e6b0a
commit 862cccebb3

View File

@ -17,7 +17,7 @@
"scripts": {
"compile-scripts": "tsc -p scripts",
"not-needed": "node scripts/not-needed.js",
"test": "node node_modules/types-publisher/bin/tester/test.js --run-from-definitely-typed --nProcesses 4",
"test": "node node_modules/types-publisher/bin/tester/test.js --run-from-definitely-typed --nProcesses 8",
"lint": "dtslint types"
},
"devDependencies": {