diff --git a/packages/apis/package.json b/packages/apis/package.json index 7b2bd7b..9c0572f 100644 --- a/packages/apis/package.json +++ b/packages/apis/package.json @@ -18,8 +18,8 @@ "build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics", "build-debug": "npm run build --", "build-release": "npm run build -- --release", - "install": "npm run build-debug", - "install-release": "node-pre-gyp install --update-binary --fallback-to-build=false || npm run build-release", + "install-debug": "npm run build-debug", + "install": "node-pre-gyp install --update-binary --fallback-to-build=false || npm run build-release", "test": "cargo test", "package": "node-pre-gyp package", "upload-binary": "npm run package && node-pre-gyp-github publish" diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 8f6a32e..b37dc37 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -18,8 +18,8 @@ "build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics", "build-debug": "npm run build --", "build-release": "npm run build -- --release", - "install": "npm run build-debug", - "install-release": "node-pre-gyp install --update-binary --fallback-to-build=false || npm run build-release", + "install-debug": "npm run build-debug", + "install": "node-pre-gyp install --update-binary --fallback-to-build=false || npm run build-release", "test": "cargo test", "package": "node-pre-gyp package", "upload-binary": "npm run package && node-pre-gyp-github publish"