Commit 7bb82d7
committed
fix(installer): pass opts.yes instead of opts.quiet to install_production_deps
The silent parameter gates the release-age fallback prompt. Using
opts.quiet meant that -y without -q would still show the prompt,
blocking unattended installs. Use opts.yes so non-interactive mode
correctly suppresses all prompts.1 parent 2e26da4 commit 7bb82d7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
0 commit comments