no clearEnv (we wanna DEBUG=1) etc.

This commit is contained in:
Max Howell 2022-11-17 14:29:15 -05:00
parent 99253c4467
commit b6ac973010
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -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 }
}