From 499963c3b771866612065212d323eb2ded4fd0f9 Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Mon, 24 Jun 2019 10:37:43 -0400 Subject: [PATCH] specify node_modules --- WORKSPACE | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WORKSPACE b/WORKSPACE index 846e436def32..d43066f45019 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1,3 +1,8 @@ +workspace( + name = "prysm", + managed_directories = {"@npm": ["node_modules"]}, +) + load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive(