Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 23, 2022
1 parent ff839ff commit 777babb
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 @@ -70,7 +70,7 @@
"example:dev": "npm -C examples/vite-vue3 run dev",
"prepublishOnly": "npm run build",
"lint": "eslint .",
"release": "bumpp --commit --tag --push",
"release": "bumpp && npm publish",
"test": "vitest",
"test:update": "vitest --u"
},
Expand Down

0 comments on commit 777babb

Please sign in to comment.