ci: fix nodejs doc test (#1419)

Fixed nodejs doctest failures due to compiling JNI node.
This commit is contained in:
Lei Xu
2024-07-01 10:21:41 -07:00
committed by GitHub
parent b8a1719174
commit e780b2f51c
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
"types": "dist/index.d.ts",
"scripts": {
"tsc": "tsc -b",
"build": "npm run tsc && cargo-cp-artifact --artifact cdylib lancedb_node index.node -- cargo build --message-format=json",
"build": "npm run tsc && cargo-cp-artifact --artifact cdylib lancedb_node index.node -- cargo build -p lancedb-node --message-format=json",
"build-release": "npm run build -- --release",
"test": "npm run tsc && mocha -recursive dist/test",
"integration-test": "npm run tsc && mocha -recursive dist/integration_test",