chore(cli): the oxc_cli binary has no unit tests

This commit is contained in:
Boshen 2024-01-04 21:20:40 +08:00
parent 5b652fe1db
commit d0c4100ca8
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -18,6 +18,11 @@ workspace = true
[lib]
doctest = false
[[bin]]
name = "oxc_cli"
path = "src/main.rs"
test = false
[[bin]]
name = "oxlint"
path = "src/lint/main.rs"