Skip to content

Commit

Permalink
fix(publish): build before publish, close #13
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Dec 29, 2023
1 parent aac7b2a commit 6e0d86e
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 @@ -30,7 +30,7 @@
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"prepublish": "pnpm build",
"prepublishOnly": "pnpm build",
"release": " bumpp --commit --push --tag && npm publish"
},
"keywords": [
Expand Down

0 comments on commit 6e0d86e

Please sign in to comment.