Skip to content

Commit c6a9c0a

Browse files
committed
chore: prepack script
1 parent b151db9 commit c6a9c0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"dev": "concurrently npm:watch-*",
1616
"build": "rm -rf lib && tsc && npm run css",
1717
"test": "node --import tsx/esm --test src/**/*.test.ts",
18-
"prepare": "husky install"
18+
"prepare": "husky install",
19+
"prepack": "npm run build"
1920
},
2021
"keywords": [],
2122
"author": "",

0 commit comments

Comments
 (0)