Revert "feat(node): pull node binaries into separate packages (2) (#1… (#206)

…97)"

This reverts commit 0724d41c4b.
This commit is contained in:
gsilvestrin
2023-06-16 18:15:49 -07:00
committed by GitHub
parent cc7e54298b
commit 8708fde3ef
11 changed files with 32 additions and 392 deletions

View File

@@ -67,12 +67,8 @@ jobs:
- name: Build
run: |
npm ci
npm run tsc
npm run build
npm run pack-build
npm install --no-save ./dist/vectordb-*.tgz
# Remove index.node to test with dependency installed
rm index.node
npm run tsc
- name: Test
run: npm run test
macos:
@@ -98,12 +94,8 @@ jobs:
- name: Build
run: |
npm ci
npm run tsc
npm run build
npm run pack-build
npm install --no-save ./dist/vectordb-*.tgz
# Remove index.node to test with dependency installed
rm index.node
npm run tsc
- name: Test
run: |
npm run test