From 170c1676369770c92837f275e4acb3f2aad05169 Mon Sep 17 00:00:00 2001 From: matthewkeil Date: Mon, 26 Aug 2024 00:26:42 -0400 Subject: [PATCH] fix: remove bundle from make all --- bindings/node.js/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/node.js/Makefile b/bindings/node.js/Makefile index 02da39ab..44913274 100644 --- a/bindings/node.js/Makefile +++ b/bindings/node.js/Makefile @@ -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