Skip to content

Commit af2fc68

Browse files
committed
chore: add prepare script
1 parent c5b31f8 commit af2fc68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"types": "lib/index.d.ts",
77
"scripts": {
88
"build": "tsc",
9-
"install": "node-pre-gyp install --fallback-to-build"
9+
"install": "node-pre-gyp install --fallback-to-build",
10+
"prepare" : "npm run build && npm run install"
1011
},
1112
"keywords": [],
1213
"author": "Hydrogen / CosmicMedia LLC",

0 commit comments

Comments
 (0)