Skip to content

v3.8.0: 2024-01-24 Edition

Compare
Choose a tag to compare
@Silic0nS0ldier Silic0nS0ldier released this 24 Jan 02:58
· 12 commits to main since this release
e5b4cce

Added

  • Add preinstall_cmd attribute to npm_install and yarn_install as a Bazel-only equivalent to the preinstall hook. (#46)

Fixed

  • Removed hardcoded dependency on @nodejs//:node_bin and @nodejs//:bin/node_repo_args.sh in nodejs_binary. (#44)
  • Detect missing node_modules after running yarn install in case of malfunction so yarn_install repos are not left in an invalid state. (#47)