chore(lint): enforce VS Code type checks (#4044)

Signed-off-by: Pat Sukprasert <pat.sukprasert@databricks.com>
This commit is contained in:
Pat Sukprasert
2026-08-04 18:10:41 +08:00
committed by GitHub
parent 0ca0d42ae2
commit b68f073578
4 changed files with 19 additions and 5 deletions
+2 -1
View File
@@ -99,9 +99,10 @@ typecheck-python: _ensure-uv
[group('lint')]
lint-ts:
pnpm install --frozen-lockfile --filter web
pnpm install --frozen-lockfile --filter web --filter omnigent-vscode
pnpm --filter web run lint
pnpm --filter web run type-check
pnpm --filter omnigent-vscode run type-check
# --- Lockfile maintenance ---