Skip to content

Commit

Permalink
fix: push main branch after bumping release version
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Apr 17, 2024
1 parent c88fbdf commit cc76b0e
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 @@ -34,7 +34,7 @@
"test": "vitest run",
"test:watch": "vitest watch",
"validate": "npm run fmt:check && npm run lint && npm run types && npm run test",
"release": "npm run validate && npm run prepack && changelogen --release && npm publish"
"release": "npm run validate && npm run prepack && changelogen --release && npm publish && git push"
},
"dependencies": {
"@nuxt/kit": "^3.9.0",
Expand Down

0 comments on commit cc76b0e

Please sign in to comment.