Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
chore(justfile): pre-commit install when restore deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 11, 2025
1 parent 025db10 commit 4f102b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ alias wb := build-web
alias p := precommit-run-all

restore-dependencies:
[ -d '.venv' ] || uv sync --frozen --all-groups
[ -d '.venv' ] || uv sync --frozen --all-groups && uv run pre-commit install

run-check-phat-nguoi: restore-dependencies
uv run check-phat-nguoi --frozen
Expand Down

0 comments on commit 4f102b7

Please sign in to comment.