mirror of
https://github.com/ivabus/pantry
synced 2024-11-27 02:35:08 +03:00
no clearEnv (we wanna DEBUG=1
) etc.
This commit is contained in:
parent
99253c4467
commit
b6ac973010
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ async function __build(pkg: Package): Promise<BuildResult> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await run({ cmd, clearEnv: true }) // THE BUILD
|
await run({ cmd }) // WELCOME TO THE BUILD
|
||||||
|
|
||||||
return { path: dst, pkg }
|
return { path: dst, pkg }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue