Skip to content

Commit b2bdd35

Browse files
LeviticusMBjoeferner
authored andcommitted
Explicit 'node-gyp rebuild'.
1 parent 1744fdd commit b2bdd35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,16 @@
3030
"find-java-home": "1.1.0",
3131
"glob": "7.1.6",
3232
"lodash": "^4.17.21",
33-
"nan": "2.14.1"
33+
"nan": "2.14.1",
34+
"node-gyp": "^9.1.0"
3435
},
3536
"devDependencies": {
3637
"chalk": "2.4.1",
3738
"nodeunit": "0.11.3",
3839
"when": "3.7.8"
3940
},
4041
"scripts": {
42+
"install": "node-gyp rebuild",
4143
"test": "node testRunner.js",
4244
"postinstall": "node postInstall.js"
4345
},

0 commit comments

Comments
 (0)