Skip to content

Commit

Permalink
fix(travis): add presemantic-release hook to package.json
Browse files Browse the repository at this point in the history
run build before the release
  • Loading branch information
bermanboris committed Apr 13, 2019
1 parent 84bb1a5 commit f99435d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"test:prod": "npm run lint && npm run test -- --no-cache",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"commit": "git-cz",
"presemantic-release": "npm run build",
"semantic-release": "semantic-release",
"precommit": "lint-staged",
"prepush": "npm run test:prod && npm run build",
Expand Down

0 comments on commit f99435d

Please sign in to comment.