Skip to content

Commit

Permalink
fix(native): Allow to install Cube.js on unsupported systems
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Oct 17, 2021
1 parent 287665b commit 71ce6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-backend-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "tsc && cargo-cp-artifact -a cdylib cubejs-native index.node -- cargo build --message-format=json-render-diagnostics",
"build-debug": "npm run tsc && npm run build --",
"build-release": "npm run tsc && npm run build -- --release",
"install": "node-pre-gyp install || true",
"install": "node-pre-gyp install || echo 'Your system is not supported by @cubejs-backend/native, some feature will be anavailable.'",
"upload-binary": "npm run build-release && mkdir -p native && cp index.node native/index.node && node-pre-gyp package && node-pre-gyp-github publish",
"test:unit": "jest --verbose --forceExit test",
"test:cargo": "cargo test"
Expand Down

0 comments on commit 71ce6a4

Please sign in to comment.