fix for npm install broken on starter
This commit is contained in:
parent
7900faf3e3
commit
a34c5f1356
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user