We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5846fc commit 7f362ceCopy full SHA for 7f362ce
package.json
@@ -52,7 +52,7 @@
52
"test": "vitest --run",
53
"test:watch": "vitest --watch",
54
"typecheck": "tsc --noEmit",
55
- "build": "pnpm clean && zshy && rm -rf dist/*.d.mts",
+ "build": "pnpm clean && zshy",
56
"prepack": "pnpm typecheck && pnpm lint && pnpm test && pnpm build"
57
},
58
"prettier": {
0 commit comments