File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/grpc-native-core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 "electron-build" : " ./node_modules/.bin/node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell" ,
2424 "coverage" : " ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test" ,
2525 "install" : " ./node_modules/.bin/node-pre-gyp install --fallback-to-build --library=static_library" ,
26- "prepublish " : " git submodule update --init --recursive"
26+ "prepack " : " git submodule update --init --recursive && npm install "
2727 },
2828 "bundledDependencies" : [
2929 " node-pre-gyp"
Original file line number Diff line number Diff line change 2525 "electron-build": "./node_modules/.bin/node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell",
2626 "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test",
2727 "install": "./node_modules/.bin/node-pre-gyp install --fallback-to-build --library=static_library",
28- "prepublish ": "git submodule update --init --recursive"
28+ "prepack ": "git submodule update --init --recursive && npm install "
2929 },
3030 "bundledDependencies": [
3131 "node-pre-gyp"
You can’t perform that action at this time.
0 commit comments