mirror of https://github.com/grpc/grpc-node.git
Merge pull request #367 from nicolasnoble/better-prepublish
Ensuring the presence of node-pre-gyp before publishing.
This commit is contained in:
commit
8d9ee1b623
|
@ -23,7 +23,7 @@
|
|||
"electron-build": "./node_modules/.bin/node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell",
|
||||
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test",
|
||||
"install": "./node_modules/.bin/node-pre-gyp install --fallback-to-build --library=static_library",
|
||||
"prepublish": "git submodule update --init --recursive"
|
||||
"prepack": "git submodule update --init --recursive && npm install"
|
||||
},
|
||||
"bundledDependencies": [
|
||||
"node-pre-gyp"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"electron-build": "./node_modules/.bin/node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell",
|
||||
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test",
|
||||
"install": "./node_modules/.bin/node-pre-gyp install --fallback-to-build --library=static_library",
|
||||
"prepublish": "git submodule update --init --recursive"
|
||||
"prepack": "git submodule update --init --recursive && npm install"
|
||||
},
|
||||
"bundledDependencies": [
|
||||
"node-pre-gyp"
|
||||
|
|
Loading…
Reference in New Issue