Skip to content

Commit

Permalink
perf: 🔧 Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 17, 2024
1 parent c937df7 commit 9aa9f7d
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 @@ -38,7 +38,7 @@
"lint:fix": "eslint . --fix",
"dev": "unbuild && npx .",
"build": "unbuild",
"release": "changelogen --release --prerelease && unbuild && git push --follow-tags && npm publish",
"release": "changelogen --release --prerelease && unbuild && npm publish && git push --follow-tags",
"prepare": "husky install"
},
"dependencies": {
Expand Down

0 comments on commit 9aa9f7d

Please sign in to comment.