enable autodetection for number of processes when running test

This commit is contained in:
Michiel de Bruijne 2017-07-05 19:47:24 +02:00
parent 97a9a5951c
commit a975ba1926

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 8",
"test": "node node_modules/types-publisher/bin/tester/test.js --run-from-definitely-typed",
"lint": "dtslint types"
},
"devDependencies": {