overwrite install hook

This commit is contained in:
Atul R 2019-07-20 00:11:46 +02:00
parent a566b01b7a
commit 27b5202999

View File

@ -20,7 +20,7 @@
},
"scripts": {
"dev": "npm run build && qode dist/demo.js",
"postinstall": "npm run build",
"install": "npm run build",
"build": "npm run build:lib && npm run build:addon",
"build:lib": "tsc",
"build:addon": "node-gyp -j 8 build",