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 6ca7cac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fluffy-spoons-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'clean-modules': patch
---

Ensure `dist` is built properly...
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 6ca7cac

Please sign in to comment.