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