Skip to content

Commit

Permalink
chore(repo): add release:alpha:latest command to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeHirao committed Oct 20, 2024
1 parent e29f4e3 commit a8b60c0
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 @@ -16,6 +16,7 @@
"lint:markuplint": "markuplint \"packages/website/src/**/*.{html,astro,svelte}\"",
"lint:textlint": "textlint --fix \"./{*,packages/{@d-zero/*,updater,website}/{*,src/**/*}}.{md}\"",
"release": "lerna publish --exact --conventional-commits --conventional-graduate",
"release:alpha:latest": "lerna publish --exact --force-publish --conventional-commits --conventional-prerelease --preid alpha",
"release:next": "lerna publish --dist-tag next --exact --force-publish --conventional-commits --conventional-prerelease --preid alpha",
"prerelease": "yarn build; yarn test",
"prepare": "husky",
Expand Down

0 comments on commit a8b60c0

Please sign in to comment.