mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(cli): the oxc_cli binary has no unit tests
This commit is contained in:
parent
5b652fe1db
commit
d0c4100ca8
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ workspace = true
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "oxc_cli"
|
||||||
|
path = "src/main.rs"
|
||||||
|
test = false
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "oxlint"
|
name = "oxlint"
|
||||||
path = "src/lint/main.rs"
|
path = "src/lint/main.rs"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue