Skip to content

Commit

Permalink
chore: remove --no-verify tag in yarn release script to avoid prettie…
Browse files Browse the repository at this point in the history
…r error
  • Loading branch information
phatpham9 committed Feb 10, 2021
1 parent 80ba24b commit b794aab
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 @@ -19,7 +19,7 @@
"format": "prettier --write --ignore-path .gitignore .",
"format:check": "prettier --check --ignore-path .gitignore .",
"lint": "eslint --quiet --ignore-path .gitignore --ext .ts .",
"release": "standard-version --no-verify",
"release": "standard-version",
"release:major": "yarn release --release-as major",
"release:minor": "yarn release --release-as minor",
"release:patch": "yarn release --release-as patch"
Expand Down

0 comments on commit b794aab

Please sign in to comment.