Skip to content

Commit aef41bb

Browse files
committed
chore: ensure build output for Git installs (prepare script)
1 parent b9aefd1 commit aef41bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"scripts": {
2727
"build": "tsc",
28+
"prepare": "npm run build",
2829
"compile": "tsc",
2930
"test": "vitest run",
3031
"test:ci": "vitest run --coverage",

0 commit comments

Comments
 (0)