Skip to content

Commit

Permalink
fix: actually ensure package is built before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
duniul committed Jul 9, 2023
1 parent bcd217e commit cd65282
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 @@ -48,7 +48,7 @@
"build": "tsup",
"dev": "tsc --watch",
"test": "vitest",
"prepublish": "yarn build",
"prepublishOnly": "yarn build",
"lint": "rome check src && prettier --check src",
"lint:fix": "rome check --apply src && prettier --write src",
"version": "changeset version",
Expand Down

0 comments on commit cd65282

Please sign in to comment.