mirror of https://github.com/grpc/grpc-node.git
Don't refer to node-pre-gyp with a relative path
This commit is contained in:
parent
f9c9edc4ec
commit
3680966be5
|
@ -19,10 +19,10 @@
|
||||||
"lib": "src"
|
"lib": "src"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./node_modules/.bin/node-pre-gyp build",
|
"build": "node-pre-gyp build",
|
||||||
"electron-build": "./node_modules/.bin/node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell",
|
"electron-build": "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",
|
"coverage": "istanbul cover ./node_modules/.bin/_mocha test",
|
||||||
"install": "./node_modules/.bin/node-pre-gyp install --fallback-to-build --library=static_library",
|
"install": "node-pre-gyp install --fallback-to-build --library=static_library",
|
||||||
"prepack": "git submodule update --init --recursive && npm install"
|
"prepack": "git submodule update --init --recursive && npm install"
|
||||||
},
|
},
|
||||||
"bundledDependencies": [
|
"bundledDependencies": [
|
||||||
|
|
|
@ -21,10 +21,10 @@
|
||||||
"lib": "src"
|
"lib": "src"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./node_modules/.bin/node-pre-gyp build",
|
"build": "node-pre-gyp build",
|
||||||
"electron-build": "./node_modules/.bin/node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell",
|
"electron-build": "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",
|
"coverage": "istanbul cover ./node_modules/.bin/_mocha test",
|
||||||
"install": "./node_modules/.bin/node-pre-gyp install --fallback-to-build --library=static_library",
|
"install": "node-pre-gyp install --fallback-to-build --library=static_library",
|
||||||
"prepack": "git submodule update --init --recursive && npm install"
|
"prepack": "git submodule update --init --recursive && npm install"
|
||||||
},
|
},
|
||||||
"bundledDependencies": [
|
"bundledDependencies": [
|
||||||
|
|
Loading…
Reference in New Issue