From 551f53fe57bf8ec16fb794225174985c04ced424 Mon Sep 17 00:00:00 2001 From: Youssef Gaber <1728215+Gabrola@users.noreply.github.com> Date: Fri, 31 Oct 2025 06:00:09 +0400 Subject: [PATCH] fix(prune): add bunfig.toml to list of copied files --- crates/turborepo-lib/src/commands/prune.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/turborepo-lib/src/commands/prune.rs b/crates/turborepo-lib/src/commands/prune.rs index dfdb9eadead82..6bca40c3bcdad 100644 --- a/crates/turborepo-lib/src/commands/prune.rs +++ b/crates/turborepo-lib/src/commands/prune.rs @@ -66,6 +66,10 @@ lazy_static! { RelativeUnixPath::new(".yarnrc.yml").unwrap(), Some(CopyDestination::Docker) ), + ( + RelativeUnixPath::new("bunfig.toml").unwrap(), + Some(CopyDestination::Docker) + ), ]; static ref ADDITIONAL_DIRECTORIES: Vec<(&'static RelativeUnixPath, Option)> = vec![ (