Skip to content

Commit

Permalink
fix: remove bundle from make all
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Aug 26, 2024
1 parent 68e2462 commit 170c167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/node.js/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
YARN = yarn --silent

.PHONY: all
all: format build test bundle
all: format build test

# Cleans native dependency, bindings and typescript artifacts
.PHONY: clean
Expand Down

0 comments on commit 170c167

Please sign in to comment.