fix for npm install broken on starter

This commit is contained in:
Atul R 2019-08-10 22:30:24 +02:00
parent 7900faf3e3
commit a34c5f1356

View File

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