From 0b85fdecd224f33d967430968e43d9576b42b8e4 Mon Sep 17 00:00:00 2001 From: Sam Goodwin Date: Tue, 21 Jul 2026 12:28:13 -0700 Subject: [PATCH] fix(ci): bump cloudflare-tools to fix install-time build race cloudflare-runtime's tsdown config imports the rolldown-plugin's dist, but bun run --filter does not order devDependencies, so bun install's prepare step could build the runtime before the plugin (intermittent website.yml failure). cloudflare-tools now builds the plugin first in the runtime's build script. Co-Authored-By: Claude Fable 5 --- cloudflare-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudflare-tools b/cloudflare-tools index adf3d04fd..816e7e808 160000 --- a/cloudflare-tools +++ b/cloudflare-tools @@ -1 +1 @@ -Subproject commit adf3d04fd623180f2045a79c89a631efcf090935 +Subproject commit 816e7e808f06a28592ec9d328f37a3903e066a3a