Is it possible to ensure a Bazel repository rule gets executed before another repository rule in WORKSPACE? Our team is using repository rule yarn_install to download NPM packages in CI environment. Recently we want to use another repository rule to perform NPM authentication before yarn_install rule is invoked. Any thoughts would be appreciated!
Asked
Active
Viewed 103 times
0
-
Did you get chance to check the [Bzlmod](https://bazel.build/build/bzlmod). Your request can be achieved with it. – SG_Bazel Sep 22 '22 at 04:23