Skip to content

Commit

Permalink
fix: proper fix for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio committed Sep 20, 2021
1 parent 846fead commit f2631c1
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 @@ -12,7 +12,7 @@
"build": "gulp build",
"watch": "gulp --watch",
"test": "pnpm build",
"release": "standard-version && git add -A && git commit -m 'chore(release): :rocket:' && git push --follow-tags origin main"
"release": "standard-version && git add -A && git commit -m 'chore(release): :rocket:'"
},
"changelog": {
"repo": "bundle",
Expand Down

0 comments on commit f2631c1

Please sign in to comment.