Skip to content

Commit

Permalink
build: tell Bazel not to try to build rxjs under cypress node_modules
Browse files Browse the repository at this point in the history
cypress is using an old listr package that is pinned to rxjs 5.x
  • Loading branch information
brandonroberts committed Feb 18, 2019
1 parent 42b42fe commit 1de99b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ local_repository(
path = "node_modules/listr/node_modules/rxjs/src",
)

local_repository(
name = "rxjs_ignore_nested_6",
path = "node_modules/cypress/node_modules/rxjs/src",
)

####################################
# Load and install our dependencies downloaded above.

Expand Down

0 comments on commit 1de99b5

Please sign in to comment.