File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
docs/lib/content/commands Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ specified multiple times, to execute the supplied command in an environment
2626where all specified packages are available.
2727
2828If any requested packages are not present in the local project
29- dependencies, then they are installed to a folder in the npm cache, which
30- is added to the ` PATH ` environment variable in the executed process. A
31- prompt is printed (which can be suppressed by providing either ` --yes ` or
32- ` --no ` ).
29+ dependencies, then a prompt is printed, which can be suppressed by
30+ providing either ` --yes ` or ` --no ` . When standard input is not a TTY or a
31+ CI environment is detected, ` --yes ` is assumed. The requested packages are
32+ installed to a folder in the npm cache, which is added to the ` PATH `
33+ environment variable in the executed process.
3334
3435Package names provided without a specifier will be matched with whatever
3536version exists in the local project. Package names with a specifier will
You can’t perform that action at this time.
0 commit comments