Skip to content

Commit

Permalink
fix(workspace): adjust release script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jul 12, 2019
1 parent ae99fb4 commit 5b7f336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ci": "npm run test && npm run build",
"format:write": "prettier projects/**/*.{ts,json,md} --write",
"format:test": "prettier projects/**/*.{ts,json,md} --list-different",
"release": "npm run test && npm run build && standard-version && git push --follow-tags origin master"
"release": "npm run test && npm run build && standard-version --no-verify && git push --follow-tags origin master"
},
"standard-version": {
"scripts": {
Expand All @@ -27,7 +27,7 @@
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "pretty-quick --staged && ng lint --silent"
"pre-commit": "pretty-quick --staged"
}
},
"private": false,
Expand Down

0 comments on commit 5b7f336

Please sign in to comment.