Skip to content

Commit

Permalink
build: increased coverageThreshold; removed build command during pre …
Browse files Browse the repository at this point in the history
…commit
  • Loading branch information
Zizzamia committed Apr 20, 2018
1 parent e418f72 commit 51a6f1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"commit": "git-cz",
"commitmsg": "validate-commit-msg",
"precommit": "lint-staged",
"prepush": "npm run test:prod && npm run build"
"prepush": "npm run test:prod"
},
"lint-staged": {
"{src,__tests__}/**/*.ts": [
Expand Down Expand Up @@ -88,10 +88,10 @@
],
"coverageThreshold": {
"global": {
"branches": 92,
"functions": 92,
"lines": 96,
"statements": 96
"branches": 96,
"functions": 95,
"lines": 99,
"statements": 99
}
},
"collectCoverage": true,
Expand Down

0 comments on commit 51a6f1a

Please sign in to comment.