chore: change bazelrc to only set workspace status on test, build, and run

This commit is contained in:
41666 2020-10-12 17:39:20 -04:00
parent 61f6c3b34b
commit 1bbc61c82f

View file

@ -1 +1,3 @@
common --workspace_status_command=hack/workspace_status.sh
build --workspace_status_command=hack/workspace_status.sh
test --workspace_status_command=hack/workspace_status.sh
run --workspace_status_command=hack/workspace_status.sh