Skip to content

Commit

Permalink
chore: prepublish runs build
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Jul 5, 2024
1 parent 496201f commit 57f3d87
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 @@
"changeset": "changeset",
"version": "changeset version",
"prepublish": "bun run build",
"publish": "bun run build && npm run changeset publish",
"publish": "npm run changeset publish",
"test": "bun test",
"prebuild": "rm -rf dist",
"build": "tsup src/index.ts --format esm,cjs --dts"
Expand Down

0 comments on commit 57f3d87

Please sign in to comment.