We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d0042 commit 7901e77Copy full SHA for 7901e77
package.json
@@ -8,7 +8,7 @@
8
"prebenchmark": "npm install --no-save lodash ramda lazy.js underscore",
9
"docs": "esdoc",
10
"test": "jest --coverage",
11
- "test:ci": "npm run test && cat ./coverage/lcov.info | coveralls"
+ "test:ci": "npm run test -- --maxWorkers=4 && cat ./coverage/lcov.info | coveralls"
12
},
13
"description": "Fast, small and purely functional utility library",
14
"repository": "https://github.com/TinkoffCreditSystems/utils.js",
0 commit comments