Skip to content

Commit 4aeb13e

Browse files
authored
fix(cli): add oxlint-tsgolint dep to global cli (#248)
Fixed #246 by adding `oxlint-tsgolint` dependency.
1 parent b07e66d commit 4aeb13e

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ jobs:
110110
run: |
111111
vite -h
112112
vite run -h
113-
# FIXME(#246): Global CLI fails to run `vite lint`
114-
# vite lint -h
113+
vite lint -h
115114
vite test -h
116115
vite build -h
117116
vite fmt -h

packages/global/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"create-vite": "catalog:",
2828
"cross-spawn": "catalog:",
2929
"oxlint": "catalog:",
30+
"oxlint-tsgolint": "catalog:",
3031
"rolldown-vite": "catalog:",
3132
"vitest": "catalog:"
3233
},

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)