Skip to content

Commit 5b7f336

Browse files
committed
fix(workspace): adjust release script
1 parent ae99fb4 commit 5b7f336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ci": "npm run test && npm run build",
1313
"format:write": "prettier projects/**/*.{ts,json,md} --write",
1414
"format:test": "prettier projects/**/*.{ts,json,md} --list-different",
15-
"release": "npm run test && npm run build && standard-version && git push --follow-tags origin master"
15+
"release": "npm run test && npm run build && standard-version --no-verify && git push --follow-tags origin master"
1616
},
1717
"standard-version": {
1818
"scripts": {
@@ -27,7 +27,7 @@
2727
"husky": {
2828
"hooks": {
2929
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
30-
"pre-commit": "pretty-quick --staged && ng lint --silent"
30+
"pre-commit": "pretty-quick --staged"
3131
}
3232
},
3333
"private": false,

0 commit comments

Comments
 (0)