Skip to content

Commit

Permalink
Rename just run to just grafana
Browse files Browse the repository at this point in the history
We have multiple things which need running in this project, so lets name
them clearly.
  • Loading branch information
ghickman committed Nov 6, 2023
1 parent c3daf82 commit c4be777
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ fix: devenv
$BIN/ruff --fix .


# Run the dev project
run: devenv
docker-compose up
# Run the grafana stack
grafana:
docker-compose up grafana


metrics *args: devenv
Expand Down

0 comments on commit c4be777

Please sign in to comment.