mirror of
https://github.com/grpc/grpc-node.git
synced 2026-01-18 14:18:13 +00:00
Merge pull request #328 from murgatroid99/prepublish_submodule_guard
Stop myself from publishing packages with a mismatched submodule
This commit is contained in:
commit
4ec3a2e877
@ -22,7 +22,8 @@
|
||||
"build": "./node_modules/.bin/node-pre-gyp build",
|
||||
"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"
|
||||
"install": "./node_modules/.bin/node-pre-gyp install --fallback-to-build --library=static_library",
|
||||
"prepublish": "git submodule update --init --recursive"
|
||||
},
|
||||
"bundledDependencies": [
|
||||
"node-pre-gyp"
|
||||
|
||||
@ -24,7 +24,8 @@
|
||||
"build": "./node_modules/.bin/node-pre-gyp build",
|
||||
"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"
|
||||
"install": "./node_modules/.bin/node-pre-gyp install --fallback-to-build --library=static_library",
|
||||
"prepublish": "git submodule update --init --recursive"
|
||||
},
|
||||
"bundledDependencies": [
|
||||
"node-pre-gyp"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user