We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9caba4 commit bfd64efCopy full SHA for bfd64ef
package.json
@@ -22,8 +22,8 @@
22
"postbuild": "bun docs:generate:ref",
23
"dev": "lerna run build && lerna watch -- lerna run build --scope=$LERNA_PACKAGE_NAME",
24
"prereleaseOnly": "pinst --disable && echo '🚀 Publishing...'",
25
- "release-canary": "lerna run build && lerna publish --preid canary --no-private --yes --force-publish --canary",
26
- "release-stable": "lerna run build && lerna publish --preid canary --no-private --yes --force-publish",
+ "release:canary": "lerna run build && lerna publish --preid canary --no-private --yes --force-publish --canary",
+ "release:stable": "lerna run build && lerna publish --preid canary --no-private --yes --force-publish",
27
"postrelease": "pinst --enable && echo '🎉 Published!'",
28
"test": "bun test",
29
"test-ui": "vitest --ui",
0 commit comments