Skip to content

Commit 64804c9

Browse files
committed
chore: add npm prepare script
1 parent e6bf3cd commit 64804c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"scripts": {
3939
"postinstall": "bun build || exit 0;",
4040
"build": "bun typescript && bob build",
41+
"prepare": "bun run build",
4142
"specs": "bun typescript && bun nitro-codegen --logLevel=\"debug\"",
4243
"typescript": "tsc --noEmit",
4344
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",

0 commit comments

Comments
 (0)