Skip to content

Commit

Permalink
chore: add script for simulating a lerna version update
Browse files Browse the repository at this point in the history
  • Loading branch information
akudev committed Apr 25, 2024
1 parent 2a4f38e commit b15262e
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 @@ -10,6 +10,7 @@
},
"scripts": {
"release:version": "lerna version",
"release:version-simulate": "lerna version --no-push --no-git-tag-version",
"release:publish": "lerna publish from-git --yes --no-verify-access",
"release:publish-manual": "lerna publish from-package --yes --no-verify-access",
"build": "lerna run build",
Expand Down

0 comments on commit b15262e

Please sign in to comment.