add explicit node-gyp execution

This commit is contained in:
Manuel Araoz 2014-04-15 10:36:23 -03:00
parent 2fb6eebed4
commit 5e636f6b9c
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
"url": "https://github.com/bitpay/bitcore.git"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha test -R spec",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test",
"postinstall": "node browser/build.js -a"