We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cda530 commit acdc66eCopy full SHA for acdc66e
package.json
@@ -8,7 +8,8 @@
8
"watch": "pnpm -r --parallel watch",
9
"lint": "pnpm -r lint",
10
"test": "pnpm vitest",
11
- "publish-preview": "pnpm --filter \"./packages/**\" -r publish --force --registry https://preview.registry.zenstack.dev/",
+ "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/",
13
"unpublish-preview": "pnpm --filter \"./packages/**\" -r --shell-mode exec -- npm unpublish -f --registry https://preview.registry.zenstack.dev/ \"\\$PNPM_PACKAGE_NAME\""
14
},
15
"keywords": [],
0 commit comments