mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 09:55:50 +08:00
Use only 1 process for running tests (stop travis from crashing)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"node": ">= 6.9.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node node_modules/types-publisher/bin/tester/test.js --run-from-definitely-typed"
|
||||
"test": "node node_modules/types-publisher/bin/tester/test.js --run-from-definitely-typed --nProcesses 1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"types-publisher": "Microsoft/types-publisher#production"
|
||||
|
||||
Reference in New Issue
Block a user