mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
temp
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user