diff --git a/scripts/generate-clients/index.js b/scripts/generate-clients/index.js index b95619051702..594ed7bdf211 100644 --- a/scripts/generate-clients/index.js +++ b/scripts/generate-clients/index.js @@ -142,7 +142,7 @@ const { } require("./customizations/workspaces-thin-client")(); - await spawnProcess("yarn", [], { cwd: REPO_ROOT, stdio: "inherit" }); + await spawnProcess("yarn", [], { cwd: REPO_ROOT, stdio: "inherit", env: { ...process.env, CI: "" } }); require("../runtime-dependency-version-check/runtime-dep-version-check"); } catch (e) { console.log(e);