Skip to content

Commit 794cc78

Browse files
committed
fix: invoke @mapbox/node-pre-gyp at install
1 parent 7b75b42 commit 794cc78

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": "npm run test:rust && npm run test:tsc",
2222
"test:rust": "cargo test",
2323
"test:tsc": "ts-node ./node_modules/.bin/jasmine",
24-
"install": "node-pre-gyp install --fallback-to-build=false || npm run build:client",
24+
"install": "npx @mapbox/node-pre-gyp install --fallback-to-build=false || npm run build:client",
2525
"preupload-binary": "rimraf build && npm run build && npm run copy:rust",
2626
"upload-binary": "node-pre-gyp package && node-pre-gyp-github publish",
2727
"postupload-binary": "rimraf dist/native",

0 commit comments

Comments
 (0)