From 482acf02fd730b64aa054dfb2c5b435e153fc426 Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:17:27 +0800 Subject: [PATCH] chore: add publish-canary command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0954f3520..639198d07 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "bump-patch": "gh workflow run .github/workflows/bump-version.yml --ref dev -f version_type=patch", "bump-minor": "gh workflow run .github/workflows/bump-version.yml --ref dev -f version_type=minor", "publish-all": "pnpm --filter \"./packages/**\" -r publish --access public", + "publish-canary": "pnpm --filter \"./packages/**\" -r publish --access public --tag canary --no-git-checks", "publish-preview": "pnpm --filter \"./packages/**\" -r publish --force --registry https://preview.registry.zenstack.dev/", "unpublish-preview": "pnpm --filter \"./packages/**\" -r --shell-mode exec -- npm unpublish -f --registry https://preview.registry.zenstack.dev/ \"\\$PNPM_PACKAGE_NAME\"" },