🐛 Moved fmt to before git add, formatted file
This commit is contained in:
parent
a7836ff585
commit
3b6a3e5a66
4
justfile
4
justfile
@ -5,13 +5,13 @@ fmt:
|
|||||||
treefmt --on-unmatched info
|
treefmt --on-unmatched info
|
||||||
|
|
||||||
test *FLAGS:
|
test *FLAGS:
|
||||||
git add .
|
|
||||||
just fmt
|
just fmt
|
||||||
|
git add .
|
||||||
nh os test . {{FLAGS}}
|
nh os test . {{FLAGS}}
|
||||||
|
|
||||||
switch *FLAGS:
|
switch *FLAGS:
|
||||||
git add .
|
|
||||||
just fmt
|
just fmt
|
||||||
|
git add .
|
||||||
nh os switch . {{FLAGS}}
|
nh os switch . {{FLAGS}}
|
||||||
|
|
||||||
switch-now *FLAGS:
|
switch-now *FLAGS:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user