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!