Skip to content

Commit

Permalink
[ci] remove workaround to fix number of child processes
Browse files Browse the repository at this point in the history
  • Loading branch information
Flarna committed Jun 27, 2018
1 parent 8c27494 commit d787639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 2",
"test": "node node_modules/types-publisher/bin/tester/test.js --run-from-definitely-typed",
"lint": "dtslint types"
},
"devDependencies": {
Expand Down

0 comments on commit d787639

Please sign in to comment.