File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 5757 "prepublishOnly" : " bun run build && bun run test:coverage" ,
5858 "postbuild" : " chmod +x bin/lcoview.js" ,
5959 "commit" : " cz" ,
60- "release" : " commit-and-tag-version" ,
61- "release:minor" : " commit-and-tag-version --release-as minor" ,
62- "release:major" : " commit-and-tag-version --release-as major" ,
63- "release:patch" : " commit-and-tag-version --release-as patch" ,
64- "release:publish" : " bun run release && git push --follow-tags origin main && npm publish"
60+ "release" : " commit-and-tag-version && git push --follow-tags && bun publish" ,
61+ "release:minor" : " commit-and-tag-version --release-as minor && git push --follow-tags && bun publish" ,
62+ "release:major" : " commit-and-tag-version --release-as major && git push --follow-tags && bun publish" ,
63+ "release:patch" : " commit-and-tag-version --release-as patch && git push --follow-tags && bun publish"
6564 },
6665 "dependencies" : {
6766 "commander" : " ^12.0.0" ,
You can’t perform that action at this time.
0 commit comments