Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazel-contrib/rules_nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 273405bd0b858f5dad44df3829e5add9b2fe1bd2
Choose a base ref
..
head repository: bazel-contrib/rules_nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ad526611c049cc51e99408f3683abba384a830a4
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 npm_deps.bzl
2 changes: 0 additions & 2 deletions npm_deps.bzl
Original file line number Diff line number Diff line change
@@ -530,15 +530,13 @@ filegroup(
name = "npm_node_patches",
package_json = "//packages/node-patches:package.json",
package_lock_json = "//packages/node-patches:package-lock.json",
package_path = "/",
# TODO: fix tests when this flag is flipped
exports_directories_only = False,
)

yarn_install(
name = "cypress_deps",
package_json = "//packages/cypress/test:package.json",
package_path = "/",
yarn_lock = "//packages/cypress/test:yarn.lock",
# TODO: get cypress rule working with symlink_node_modules = False
symlink_node_modules = True,