Skip to content

Commit

Permalink
Add dev_dependency attr to Bazel usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Jan 3, 2025
1 parent a6c0eb9 commit 46c01b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ mint install peripheryapp/periphery
### [Bazel](https://bazel.build/)

```python
bazel_dep(name = "periphery", version = "<version>")
bazel_dep(name = "periphery", version = "<version>", dev_dependency = True)
use_repo(use_extension("@periphery//bazel:generated.bzl", "generated"), "periphery_generated")
```

Expand Down

0 comments on commit 46c01b1

Please sign in to comment.