Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(builtin): use npm ci as default behaviour for installing node_mo…
…dules To be more hermetic with the install of the dependencies use npm ci to install the exact version from the package-lock.json file. To update a dependency use the vendored npm binary with `bazel run @nodejs//:npm install <dep-name>`. Fixes bazel-contrib#159
- Loading branch information