From d62cd47885505dbcb77e292c0caf3958aad3774e Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 14 May 2024 18:18:59 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2cfa3f8e13..05b3809fee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -179,7 +179,7 @@ The binary will be located at `./build-release/bun` and `./build-release/bun-pro ### Download release build from pull requests -To save you time spent building a release build locally, we provide a way to run release builds from pull requests. This is useful for testing changes before they are merged. +To save you time spent building a release build locally, we provide a way to run release builds from pull requests. This is useful for manully testing changes in a release build before they are merged. To run a release build from a pull request, you can use the `bun-pr` npm package: