Skip to content

Commit

Permalink
add push release in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroth committed Aug 19, 2024
1 parent e74e546 commit 8d74d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"buildDev": "bun run clean;bun i;bun bundle.js --watch",
"clean": "rm -r node_modules; rm -r dist",
"test": "bun test",
"pub": "npm version patch; bun run build; npm publish",
"pub": "npm version patch; bun run build; npm publish; git push origin $(git describe --tags `git rev-list --tags --max-count=1`)",
"serve": "bunx http-server"
},
"type": "module"
Expand Down

0 comments on commit 8d74d93

Please sign in to comment.