Skip to content

Commit

Permalink
chore: fix lerna release script for v4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Mar 26, 2022
1 parent 9223def commit 9c66b5c
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 @@ -32,7 +32,7 @@
"build": "lerna run build && lerna run compile",
"format": "prettier --write '**/*.ts' .eslintrc.js",
"lint": "eslint --ext .ts --quiet --fix",
"release": "lerna version --conventional-commits --create-release github --yes"
"release": "lerna version --conventional-commits --create-release github"
},
"lint-staged": {
"*.(js|ts)": [
Expand Down

0 comments on commit 9c66b5c

Please sign in to comment.