chore(justfile): Add check rule
This commit is contained in:
parent
5bd55a3a7c
commit
abab5a5818
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -37,6 +37,9 @@ version := '0.0.0'
|
||||||
all: _extract_vendor
|
all: _extract_vendor
|
||||||
cargo build -p pop-launcher-bin {{cargo_args}}
|
cargo build -p pop-launcher-bin {{cargo_args}}
|
||||||
|
|
||||||
|
check:
|
||||||
|
cargo check -p pop-launcher-bin {{cargo_args}}
|
||||||
|
|
||||||
# Remove Cargo build artifacts
|
# Remove Cargo build artifacts
|
||||||
clean:
|
clean:
|
||||||
cargo clean
|
cargo clean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue