Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 33f6485

Browse files
authored
chore: add publish-canary command (#602)
1 parent 233b47d commit 33f6485

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"bump-patch": "gh workflow run .github/workflows/bump-version.yml --ref dev -f version_type=patch",
2020
"bump-minor": "gh workflow run .github/workflows/bump-version.yml --ref dev -f version_type=minor",
2121
"publish-all": "pnpm --filter \"./packages/**\" -r publish --access public",
22+
"publish-canary": "pnpm --filter \"./packages/**\" -r publish --access public --tag canary --no-git-checks",
2223
"publish-preview": "pnpm --filter \"./packages/**\" -r publish --force --registry https://preview.registry.zenstack.dev/",
2324
"unpublish-preview": "pnpm --filter \"./packages/**\" -r --shell-mode exec -- npm unpublish -f --registry https://preview.registry.zenstack.dev/ \"\\$PNPM_PACKAGE_NAME\""
2425
},

0 commit comments

Comments
 (0)