chore(nodejs): update docs on "table.ts" (#1255)

closes https://github.com/lancedb/lancedb/issues/1007
This commit is contained in:
Cory Grinstead
2024-05-01 23:00:22 -05:00
committed by GitHub
parent df48454b70
commit 71323a064a
2 changed files with 50 additions and 43 deletions

View File

@@ -62,7 +62,8 @@
"build-release": "npm run build:release && tsc -b && shx cp lancedb/native.d.ts dist/native.d.ts",
"chkformat": "prettier . --check",
"docs": "typedoc --plugin typedoc-plugin-markdown --out ../docs/src/js lancedb/index.ts",
"lint": "eslint lancedb && eslint __test__",
"lint": "eslint lancedb __test__",
"lint-fix": "eslint lancedb __test__ --fix",
"prepublishOnly": "napi prepublish -t npm",
"test": "npm run build && jest --verbose",
"integration": "S3_TEST=1 npm run test",