Skip to content

Commit

Permalink
chore: fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 30, 2020
1 parent a5f549c commit 4cbf252
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 @@ -19,7 +19,7 @@
"scripts": {
"dev": "npm run build -- --watch",
"build": "tsup src/index.ts --dts --format cjs,esm",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"release": "npx bumpp --push --tag --commit && npm publish"
},
"dependencies": {
Expand Down

0 comments on commit 4cbf252

Please sign in to comment.