1
0
Fork 0

feat(hazel): add some aliases (#12070)

This commit is contained in:
Markus Hofbauer 2024-02-01 17:37:37 +01:00 committed by GitHub
commit b5e6392f21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,5 @@
# Aliases for bazel
alias bzb='bazel build'
alias bzt='bazel test'
alias bzr='bazel run'
alias bzq='bazel query'