From 7ad3049e70e86b506cf23cea51b77b88ac4975cf Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 4 Aug 2025 20:37:10 -0700 Subject: [PATCH] Update CLAUDE.md --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 57136d4027..e0c0bbb18f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,7 +6,7 @@ This is the Bun repository - an all-in-one JavaScript runtime & toolkit designed - **Build debug version**: `bun bd` - Creates a debug build at `./build/debug/bun-debug` - - Compilation takes ~5 minutes. Don't timeout, be patient. + - **CRITICAL**: DO NOT set a build timeout. Compilation takes ~5 minutes. Be patient. - **Run tests with your debug build**: `bun bd test ` - **CRITICAL**: Never use `bun test` directly - it won't include your changes - **Run any command with debug build**: `bun bd `