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
Ensure node modules are installed in same action as they are used
Previously dependencies were installed by a separate action that ran
before the dependant action resulting in Bazel symlinking files in. This
can cause issues with some node tools.
Also added support for postinstall script on yarn_repository which
allows for arbitrary script execution for example to apply patches to
modules.