fix(node) Give preference to local index.node lib (#393)

This commit is contained in:
gsilvestrin
2023-08-01 15:29:15 -07:00
committed by GitHub
parent 593b5939be
commit 3ff3068a1e
2 changed files with 13 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
"build": "cargo-cp-artifact --artifact cdylib vectordb-node index.node -- cargo build --message-format=json",
"build-release": "npm run build -- --release",
"test": "npm run tsc && mocha -recursive dist/test",
"lint": "eslint src --ext .js,.ts",
"lint": "eslint native.js src --ext .js,.ts",
"clean": "rm -rf node_modules *.node dist/",
"pack-build": "neon pack-build",
"check-npm": "printenv && which node && which npm && npm --version"