Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperZako committed Sep 27, 2019
1 parent 79a028e commit 2969ed0
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 @@ -18,7 +18,7 @@
],
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.dev.js",
"test": "cross-env NODE_ENV=test jest --verbose",
"test": "cross-env NODE_ENV=test jest --verbose && codecov",
"test:coverage": "cross-env NODE_ENV=test jest --coverage && cat ./coverage/lcov.info | coveralls",
"prettier": "prettier --parser typescript --single-quote --write \"src/**/*.{ts,tsx}\"",
"prebuild": "npm run prettier && npm run test",
Expand Down

0 comments on commit 2969ed0

Please sign in to comment.