We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd217e commit 6ca7cacCopy full SHA for 6ca7cac
.changeset/fluffy-spoons-joke.md
@@ -0,0 +1,5 @@
1
+---
2
+'clean-modules': patch
3
4
+
5
+Ensure `dist` is built properly...
package.json
@@ -48,7 +48,7 @@
48
"build": "tsup",
49
"dev": "tsc --watch",
50
"test": "vitest",
51
- "prepublish": "yarn build",
+ "prepublishOnly": "yarn build",
52
"lint": "rome check src && prettier --check src",
53
"lint:fix": "rome check --apply src && prettier --write src",
54
"version": "changeset version",
0 commit comments