Skip to content

Commit 1c3eae1

Browse files
authored
Use common over build for bazel flags (#20)
Using `common` makes sure you are not discarding your analysis cache for `query` and `fetch`
1 parent 7ffa801 commit 1c3eae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Update your `.bazelrc` to include this new aspect:
4343

4444
```starlark
4545
# register deps_enforcer aspect with Bazel
46-
build --aspects //tools:aspects.bzl%deps_enforcer
46+
common --aspects //tools:aspects.bzl%deps_enforcer
4747

4848
# optionally, default enable enforcement
49-
build --output_groups=+pydeps
49+
common --output_groups=+pydeps
5050
```
5151

5252
## Skipping Targets

0 commit comments

Comments
 (0)