You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: do not prompt on postinstall in bazel yarn install (#20294)
Currently when Bazel runs the Yarn postinstall, we might
prompt if the postinstall patches have been modified.
This prompt runs forever as there is no input TTY. We fix
this by not prompting if there is no TTY. i.e. always cleaning
up the node modules in that case.
(cherry picked from commit 5f87552)
0 commit comments