Skip to content

Commit

Permalink
chore: set exports_directories_only to False in examples/webapp
Browse files Browse the repository at this point in the history
protractor rule does not work with exports_directories_only with TreeArtifacts on Windows
  • Loading branch information
gregmagolan committed Jan 11, 2022
1 parent a86954e commit 0cbd24f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/webapp/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ protractor_web_test_suite(
name = "server_test",
srcs = ["app.spec.js"],
on_prepare = ":protractor.on-prepare.js",
protractor_entry_point = {"@npm_deps//:node_modules/protractor": "bin/protractor"},
server = ":server",
)

Expand Down
2 changes: 1 addition & 1 deletion examples/webapp/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ load("@build_bazel_rules_nodejs//:index.bzl", "yarn_install")

yarn_install(
name = "npm_deps",
exports_directories_only = True,
exports_directories_only = False,
package_json = "//:package.json",
yarn_lock = "//:yarn.lock",
)
Expand Down

0 comments on commit 0cbd24f

Please sign in to comment.