From 1bbc61c82fa8d3237532008a9afa41fb4ba27462 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Mon, 12 Oct 2020 17:39:20 -0400 Subject: [PATCH] chore: change bazelrc to only set workspace status on test, build, and run --- .bazelrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index ce51c7d..92dabcb 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1 +1,3 @@ -common --workspace_status_command=hack/workspace_status.sh \ No newline at end of file +build --workspace_status_command=hack/workspace_status.sh +test --workspace_status_command=hack/workspace_status.sh +run --workspace_status_command=hack/workspace_status.sh \ No newline at end of file