Skip to content

Commit c225e62

Browse files
authored
Merge pull request #61 from zenstackhq/dev
merge dev to main
2 parents 7322db8 + 8f742d8 commit c225e62

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
@@ -9,8 +9,9 @@
99
"lint": "turbo run lint",
1010
"test": "turbo run test",
1111
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
12+
"pr": "gh pr create --fill-first --base dev",
1213
"bump-version": "npx tsx scripts/bump-version.ts",
13-
"publish-all": "pnpm --filter \"./packages/**\" -r publish --tag next",
14+
"publish-all": "pnpm --filter \"./packages/**\" -r publish --access public --tag next",
1415
"publish-preview": "pnpm --filter \"./packages/**\" -r publish --tag next --force --registry https://preview.registry.zenstack.dev/",
1516
"unpublish-preview": "pnpm --filter \"./packages/**\" -r --shell-mode exec -- npm unpublish -f --registry https://preview.registry.zenstack.dev/ \"\\$PNPM_PACKAGE_NAME\""
1617
},

0 commit comments

Comments
 (0)