Skip to content

Commit

Permalink
Remove managed_directories from WORKSPACE.
Browse files Browse the repository at this point in the history
This option is deprecated. The recommended replacement is to add an
option to npm_install directives, but we don't have any in this repo.
More here: bazelbuild/bazel#15463
  • Loading branch information
iain-macdonald committed Nov 21, 2022
1 parent 18c175b commit d6ea642
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
workspace(
name = "buildbuddy",
managed_directories = {"@npm": ["node_modules"]},
)

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
Expand Down

0 comments on commit d6ea642

Please sign in to comment.