Add p alias for push in justfile

This commit is contained in:
Juno Takano 2025-12-16 19:38:22 -03:00
commit 3b515324a2

View file

@ -45,6 +45,7 @@ alias lw := lint-watch
push: check
git push
alias p := push
# RUN