Skip to content

Commit

Permalink
chore(scripts): set env empty for post-codegen yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Nov 13, 2024
1 parent 9d7cc34 commit 484bc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-clients/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {} });
require("../runtime-dependency-version-check/runtime-dep-version-check");
} catch (e) {
console.log(e);
Expand Down

0 comments on commit 484bc29

Please sign in to comment.