Is there away to disable CLI prompts ? Currently, it looks like that isInteractive only checks if a tty is available. However, if build scripts are executed on a development machine in a terminal tty is available but never the less the prompts should not happen.
Is there away to disable CLI prompts ?
Currently, it looks like that isInteractive only checks if a tty is available.
However, if build scripts are executed on a development machine in a terminal tty is available but never the less the prompts should not happen.