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 b151db9 commit c6a9c0aCopy full SHA for c6a9c0a
package.json
@@ -15,7 +15,8 @@
15
"dev": "concurrently npm:watch-*",
16
"build": "rm -rf lib && tsc && npm run css",
17
"test": "node --import tsx/esm --test src/**/*.test.ts",
18
- "prepare": "husky install"
+ "prepare": "husky install",
19
+ "prepack": "npm run build"
20
},
21
"keywords": [],
22
"author": "",
0 commit comments