This commit is contained in:
Meghan Denny
2025-08-19 00:25:24 -07:00
parent 5ab767e993
commit 3907641cfd

View File

@@ -1562,7 +1562,7 @@ export class VerdaccioRegistry {
this.process = fork(require.resolve("verdaccio/bin/verdaccio"), ["-c", this.configPath, "-l", `${this.port}`], {
silent,
// Prefer using a release build of Bun since it's faster
execPath: isCI ? bunExe() : Bun.which("bun") || bunExe(),
execPath: bunExe(),
env: {
...(bunEnv as any),
NODE_NO_WARNINGS: "1",