Update justfile
This commit is contained in:
parent
73972d16b8
commit
0af43496aa
1 changed files with 9 additions and 0 deletions
9
justfile
9
justfile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue