We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e469bc commit 3d96210Copy full SHA for 3d96210
1 file changed
package.json
@@ -15,7 +15,7 @@
15
"build": "tsc",
16
"lint": "eslint . && tsc --noEmit",
17
"lint:fix": "eslint . --fix",
18
- "prepare": "husky"
+ "prepare": "husky && rm -rf lib & npm run build"
19
},
20
"engines": {
21
"node": ">=16.0.0",
0 commit comments