Skip to content

Commit d1269a7

Browse files
committed
chore: remove lib dir before building
1 parent 3d474f0 commit d1269a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"scripts": {
2525
"typescript": "tsc --noEmit",
2626
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",
27-
"prepare": "bun typescript && bob build",
27+
"prepare": "rm -rf lib && bun typescript && bob build",
2828
"release": "bun prepare && release-it"
2929
},
3030
"keywords": [

0 commit comments

Comments
 (0)