File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 "test" : " jest --silent" ,
2222 "version:bump" : " pnpm version patch" ,
2323 "publish:tags" : " sh -c 'TAG=\" ${npm_package_name}@${npm_package_version}\" ; git tag --list \" $TAG\" | grep . || git tag \" $TAG\" ; git push origin \" $TAG\" '" ,
24- "publish:npm" : " pnpm publish --access public" ,
24+ "publish:npm" : " pnpm publish --access public --tag beta " ,
2525 "release" : " pnpm pack --pack-destination ../../releases/"
2626 },
2727 "peerDependencies" : {
Original file line number Diff line number Diff line change 3636 "test" : " vitest run" ,
3737 "version:bump" : " pnpm version patch" ,
3838 "publish:tags" : " sh -c 'TAG=\" ${npm_package_name}@${npm_package_version}\" ; git tag --list \" $TAG\" | grep . || git tag \" $TAG\" ; git push origin \" $TAG\" '" ,
39- "publish:npm" : " pnpm publish --access public" ,
39+ "publish:npm" : " pnpm publish --access public --tag beta " ,
4040 "release" : " pnpm run build && pnpm pack --pack-destination --pack-destination ../../releases/"
4141 },
4242 "keywords" : [
Original file line number Diff line number Diff line change 3333 "test:integration:watch" : " vitest tests/integration" ,
3434 "version:bump" : " pnpm version patch" ,
3535 "publish:tags" : " sh -c 'TAG=\" ${npm_package_name}@${npm_package_version}\" ; git tag --list \" $TAG\" | grep . || git tag \" $TAG\" ; git push origin \" $TAG\" '" ,
36- "publish:npm" : " pnpm publish --access public" ,
36+ "publish:npm" : " pnpm publish --access public --tag beta " ,
3737 "release" : " pnpm run build && pnpm pack --pack-destination --pack-destination ../../releases/"
3838 },
3939 "peerDependencies" : {
Original file line number Diff line number Diff line change 2929 "test:watch" : " vitest" ,
3030 "version:bump" : " pnpm version patch" ,
3131 "publish:tags" : " sh -c 'TAG=\" ${npm_package_name}@${npm_package_version}\" ; git tag --list \" $TAG\" | grep . || git tag \" $TAG\" ; git push origin \" $TAG\" '" ,
32- "publish:npm" : " pnpm publish --access public" ,
32+ "publish:npm" : " pnpm publish --access public --tag beta " ,
3333 "release" : " pnpm run build && pnpm pack --pack-destination ../../releases/"
3434 },
3535 "devDependencies" : {
Original file line number Diff line number Diff line change 2828 "test:watch" : " vitest" ,
2929 "version:bump" : " pnpm version patch" ,
3030 "publish:tags" : " sh -c 'TAG=\" ${npm_package_name}@${npm_package_version}\" ; git tag --list \" $TAG\" | grep . || git tag \" $TAG\" ; git push origin \" $TAG\" '" ,
31- "publish:npm" : " pnpm publish --access public" ,
31+ "publish:npm" : " pnpm publish --access public --tag beta " ,
3232 "release" : " npm run build && pnpm pack --pack-destination ../../releases/"
3333 },
3434 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments