Update justfile

This commit is contained in:
Arthur Belleville 2025-10-11 10:29:45 +02:00
parent 73972d16b8
commit 0af43496aa
No known key found for this signature in database

View file

@ -23,6 +23,15 @@ test-api:
dev:
just _api-dev & (just _frontend-dev)
push-and-create-pr:
git push && gh pr create --fill && gh pr checks
view-checks:
gh pr checks
merge-to-main:
gh pr merge -m
# Types recipes