Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(builtin): always hide bazel files in yarn_install & npm install---
---if @bazel/hide-bazel-files is detected. Fixes a @bazel/hide-bazel-files bug when adding an npm package with a bazel BUILD files after the initial node_modules install. In this case @bazel/hide-bazel-files postinstall does not run so it does not hide the newly added BUILD files. The repo rules, however, will run before the next build as the package.json & lock files will have changed so we can hide the bazel BUILD files at that point and avoid any build failures.
- Loading branch information