Skip to content

Commit

Permalink
build: use more sensible recipe name
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Jul 20, 2023
1 parent e76f8c0 commit 93c1d1d
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 @@ -27,7 +27,7 @@ check: _doc-check _check-sqlx-schema fmt-check lint test

# Develop the app.
dev:
cargo watch --exec 'clippy --locked --all-targets --all-features' | spacer
cargo watch --exec 'clippy --all-targets --all-features' | spacer

# Develop the app.
run:
Expand All @@ -38,7 +38,7 @@ image-build:
podman build --tag tin:latest --build-arg VCS_REVISION=$(git rev-parse --short HEAD) .

# Run the docker image.
image-run service="":
image-start service="":
podman-compose --file docker-compose.local.yml up {{ service }} -d

# Run the docker image.
Expand Down Expand Up @@ -101,7 +101,7 @@ _check-sqlx-schema:
cargo sqlx prepare --check -- --lib

# Release hooks
_release_prepare version:
_release-prepare version:
git-cliff --config configs/cliff.toml --output CHANGELOG.md --tag {{ version }}
just fmt

Expand Down

0 comments on commit 93c1d1d

Please sign in to comment.