diff --git a/package.json b/package.json index d4a759e9c..e4f7a3481 100644 --- a/package.json +++ b/package.json @@ -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",