Skip to content

Commit 89200b6

Browse files
committed
feat: add prepare script to build on git install
1 parent cf5461f commit 89200b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"scripts": {
2525
"build": "tsup",
26+
"prepare": "npm run build",
2627
"test": "vitest",
2728
"check": "biome check ./src --fix"
2829
},

0 commit comments

Comments
 (0)