mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
12 lines
507 B
TOML
12 lines
507 B
TOML
[alias]
|
|
# Do not append `--` or it will break IDEs
|
|
ck = "check --workspace --all-features --all-targets --locked"
|
|
lint = "clippy --workspace --all-targets --all-features"
|
|
codecov = "llvm-cov --workspace --ignore-filename-regex tasks"
|
|
coverage = "run -p oxc_coverage --profile coverage --"
|
|
benchmark = "run -p oxc_benchmark --release --"
|
|
minsize = "run -p oxc_minsize --profile coverage --"
|
|
rule = "run -p rulegen"
|
|
|
|
# Build oxlint in release mode
|
|
oxlint = "build --release --bin oxlint --features allocator"
|