aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dac867367..ad6bfcc67 100644
--- a/Makefile
+++ b/Makefile
@@ -443,6 +443,7 @@ bump:
expr $(BUILD_ID) + 1 > build-id
+# When adding a new architecture, don't forget to update this!
write-package-json-version-cli:
jq -S --raw-output '.version = "${PACKAGE_JSON_VERSION}"' packages/bun-cli/package.json > packages/bun-cli/package.json.new
mv packages/bun-cli/package.json.new packages/bun-cli/package.json