Skip to content

Commit

Permalink
fix: remove bundle from CI make command
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Aug 26, 2024
1 parent 170c167 commit b4939ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: make format
- name: Build/test bindings
working-directory: bindings/node.js
run: make build test bundle
run: make build test
- name: Install distribution
working-directory: bindings/node.js/dist
run: npm install

0 comments on commit b4939ab

Please sign in to comment.