Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Dec 18, 2023
1 parent 7387239 commit 4af6236
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,8 +12,8 @@
"postinstall": "node scripts/update-packages.mjs",
"ci": "run build && run lint && run test",
"release:set-version": "lerna version --exact --no-changelog --no-push --yes",
"release:bump-release": "lerna version --exact --conventional-commits --changelog-preset conventionalcommits --conventional-graduate --tag-version-prefix='' --no-push --force-publish='*'",
"release:bump-prerelease": "lerna version --exact --conventional-commits --changelog-preset conventionalcommits --conventional-prerelease --tag-version-prefix='' --no-push --force-publish='*'",
"release:bump-release": "lerna version --exact --conventional-commits --conventional-graduate --tag-version-prefix='' --no-push --force-publish='*'",
"release:bump-prerelease": "lerna version --exact --conventional-commits --conventional-prerelease --tag-version-prefix='' --no-push --force-publish='*'",
"setup": "lerna bootstrap",
"reset": "node scripts/reset.js",
"build": "lerna run build --stream",
Expand Down

0 comments on commit 4af6236

Please sign in to comment.