Skip to content

Commit 0b3bc09

Browse files
committed
1 parent 2f15ea0 commit 0b3bc09

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

WORKSPACE

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
workspace(
22
name = "selenium",
3-
managed_directories = {
4-
# Share the node_modules directory between Bazel and other tooling
5-
"@npm": ["node_modules"],
6-
},
73
)
84

95
load("//common/private:env.bzl", "env")
@@ -187,6 +183,7 @@ npm_install(
187183
name = "npm",
188184
package_json = "//:package.json",
189185
package_lock_json = "//:package-lock.json",
186+
symlink_node_modules= False
190187
)
191188

192189
http_archive(

0 commit comments

Comments
 (0)