Skip to content

Commit bfd64ef

Browse files
committed
changed up some script names
1 parent a9caba4 commit bfd64ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"postbuild": "bun docs:generate:ref",
2323
"dev": "lerna run build && lerna watch -- lerna run build --scope=$LERNA_PACKAGE_NAME",
2424
"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",
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",
2727
"postrelease": "pinst --enable && echo '🎉 Published!'",
2828
"test": "bun test",
2929
"test-ui": "vitest --ui",

0 commit comments

Comments
 (0)