Skip to content

Commit acdc66e

Browse files
authored
chore: add publish script (#26)
1 parent 1cda530 commit acdc66e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"watch": "pnpm -r --parallel watch",
99
"lint": "pnpm -r lint",
1010
"test": "pnpm vitest",
11-
"publish-preview": "pnpm --filter \"./packages/**\" -r publish --force --registry https://preview.registry.zenstack.dev/",
11+
"publish-all": "pnpm --filter \"./packages/**\" -r publish --tag next",
12+
"publish-preview": "pnpm --filter \"./packages/**\" -r publish --tag next --force --registry https://preview.registry.zenstack.dev/",
1213
"unpublish-preview": "pnpm --filter \"./packages/**\" -r --shell-mode exec -- npm unpublish -f --registry https://preview.registry.zenstack.dev/ \"\\$PNPM_PACKAGE_NAME\""
1314
},
1415
"keywords": [],

0 commit comments

Comments
 (0)