mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 21:29:01 +00:00
chore(just): add alias for ready (r) and coverage (c)
This commit is contained in:
parent
9191de469a
commit
c136fea535
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -3,6 +3,9 @@
|
|||
_default:
|
||||
just --list -u
|
||||
|
||||
alias r := ready
|
||||
alias c := coverage
|
||||
|
||||
# Initialize the project by installing all the necessary tools
|
||||
init:
|
||||
cargo binstall cargo-nextest cargo-watch cargo-insta typos-cli taplo-cli wasm-pack cargo-llvm-cov -y
|
||||
|
|
|
|||
Loading…
Reference in a new issue