Merge pull request #17779 from mdebruijne/detect_os_cores

enable autodetection for number of processes when running test
This commit is contained in:
Ryan Cavanaugh
2017-07-13 14:50:36 -07:00
committed by GitHub

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": {