refactor(non-interactive-env): use args.env instead of command prepending
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
export const HOOK_NAME = "non-interactive-env"
|
||||
|
||||
export const NULL_DEVICE = process.platform === "win32" ? "NUL" : "/dev/null"
|
||||
|
||||
export const NON_INTERACTIVE_ENV: Record<string, string> = {
|
||||
CI: "true",
|
||||
DEBIAN_FRONTEND: "noninteractive",
|
||||
|
||||
Reference in New Issue
Block a user