[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"