Skip to content

Commit 3d96210

Browse files
authored
fix: build must be run in npm prepare (#672)
1 parent 9e469bc commit 3d96210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "tsc",
1616
"lint": "eslint . && tsc --noEmit",
1717
"lint:fix": "eslint . --fix",
18-
"prepare": "husky"
18+
"prepare": "husky && rm -rf lib & npm run build"
1919
},
2020
"engines": {
2121
"node": ">=16.0.0",

0 commit comments

Comments
 (0)