Skip to content

Commit b05c560

Browse files
authored
fix: run prepare script (#22)
1 parent 9d87355 commit b05c560

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
@@ -6,7 +6,8 @@
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"scripts": {
9-
"build": "tsc"
9+
"build": "tsc",
10+
"prepare": "npm run build"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)