Skip to content

Commit

Permalink
fix: update tsc check in main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Feb 17, 2025
1 parent ee6d290 commit 256d299
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
-n format,lint,typecheck,build \
'bun dprint check' \
'bun biome check --config-path=.biome.jsonc .' \
'bun tsc' \
'cd web &&bun tsc --p tsconfig.app.json --noEmit' \
'cd web && bun vite build'
43 changes: 0 additions & 43 deletions tsconfig.json

This file was deleted.

0 comments on commit 256d299

Please sign in to comment.