aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--build-id2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 516bd1952..f82b4c4a1 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ PRETTIER ?= $(shell which prettier || echo "./node_modules/.bin/prettier")
WEBKIT_DIR ?= $(realpath src/javascript/jsc/WebKit)
WEBKIT_RELEASE_DIR ?= $(WEBKIT_DIR)/WebKitBuild/Release
-NPM_CLIENT ?= $(shell which npm)
+NPM_CLIENT ?= $(shell which npm || which bun)
ZIG ?= $(shell which zig || echo -e "error: Missing zig. Please make sure zig is in PATH. Or set ZIG=/path/to-zig-executable")
# We must use the same compiler version for the JavaScriptCore bindings and JavaScriptCore
diff --git a/build-id b/build-id
index abdfb053e..b1e7d265f 100644
--- a/build-id
+++ b/build-id
@@ -1 +1 @@
-60
+61