File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
"postbuild" : " bun docs:generate:ref" ,
23
23
"dev" : " lerna run build && lerna watch -- lerna run build --scope=$LERNA_PACKAGE_NAME" ,
24
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" ,
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" ,
27
27
"postrelease" : " pinst --enable && echo '🎉 Published!'" ,
28
28
"test" : " bun test" ,
29
29
"test-ui" : " vitest --ui" ,
You can’t perform that action at this time.
0 commit comments