Skip to content

Commit d61ab0a

Browse files
authored
chore(scripts): set env empty for CI (#6661)
1 parent 9d7cc34 commit d61ab0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-clients/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const {
142142
}
143143

144144
require("./customizations/workspaces-thin-client")();
145-
await spawnProcess("yarn", [], { cwd: REPO_ROOT, stdio: "inherit" });
145+
await spawnProcess("yarn", [], { cwd: REPO_ROOT, stdio: "inherit", env: { ...process.env, CI: "" } });
146146
require("../runtime-dependency-version-check/runtime-dep-version-check");
147147
} catch (e) {
148148
console.log(e);

0 commit comments

Comments
 (0)