We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b31f8 commit af2fc68Copy full SHA for af2fc68
package.json
@@ -6,7 +6,8 @@
6
"types": "lib/index.d.ts",
7
"scripts": {
8
"build": "tsc",
9
- "install": "node-pre-gyp install --fallback-to-build"
+ "install": "node-pre-gyp install --fallback-to-build",
10
+ "prepare" : "npm run build && npm run install"
11
},
12
"keywords": [],
13
"author": "Hydrogen / CosmicMedia LLC",
0 commit comments