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 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" ,
You can’t perform that action at this time.
0 commit comments