more progress on release workflow

This commit is contained in:
Will Jones
2023-05-23 16:40:02 -07:00
parent 89aee07fa9
commit f5bb2a2096
15 changed files with 406 additions and 144 deletions

View File

@@ -27,10 +27,12 @@ The [examples](./examples) folder contains complete examples.
## Development
Build the rust library with:
Build and install the rust library with:
```bash
npm run build
npm run pack-build
npm install --no-save ./dist/vectordb-*.tgz
```
The LanceDB javascript is built with npm: