Skip to content

Commit

Permalink
chore: limit coverage test worker numbers for ci (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn committed Mar 21, 2018
1 parent f7d8286 commit 172a334
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 @@ -26,7 +26,7 @@
"build": "tsc --sourceMap false -p tsconfig.main.json && webpack --config webpack.config.js --mode production",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:coverage": "jest --coverage -w 2",
"format": "prettier --write \"{src,test}/**/*.{ts,vue}\""
},
"repository": "https://github.com/ktsn/vue-designer",
Expand Down

0 comments on commit 172a334

Please sign in to comment.