Normalize Justfile config
This commit is contained in:
parent
22fd8409f6
commit
ae17651eb5
5
Justfile
5
Justfile
@ -8,6 +8,9 @@ patch: (_release "patch")
|
||||
sqlx-prepare:
|
||||
cd server; cargo sqlx prepare && git add .sqlx; git commit -m "cargo sqlx prepare" .sqlx || true
|
||||
|
||||
pull:
|
||||
git pull
|
||||
|
||||
_release level: sqlx-prepare
|
||||
|
||||
_release level: pull sqlx-prepare
|
||||
cargo-release release -x {{ level }} --workspace --no-confirm --registry=xinu
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user