build: jj-next
This commit is contained in:
parent
3c57554475
commit
e85097fb29
1 changed files with 11 additions and 0 deletions
11
justfile
11
justfile
|
@ -20,3 +20,14 @@ mutations:
|
||||||
# cargo doc
|
# cargo doc
|
||||||
# cargo test
|
# cargo test
|
||||||
# cargo test --example get
|
# cargo test --example get
|
||||||
|
|
||||||
|
jj-next:
|
||||||
|
jj edit main
|
||||||
|
just jj-next-test
|
||||||
|
|
||||||
|
jj-next-test:
|
||||||
|
jj next --edit
|
||||||
|
jj bookmark move next
|
||||||
|
just build
|
||||||
|
jj bookmark move main
|
||||||
|
just jj-next-test
|
||||||
|
|
Loading…
Reference in a new issue