Skip to content

Commit

Permalink
Remove tsc from web-test
Browse files Browse the repository at this point in the history
  • Loading branch information
michalwarda committed Feb 19, 2024
1 parent db05758 commit 769e982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
cache: 'pnpm'
cache-dependency-path: apps/web-remix/pnpm-lock.yaml
- run: pnpm install
- run: pnpm tsc
# - run: pnpm tsc
- run: pnpm test
- run: pnpm build

0 comments on commit 769e982

Please sign in to comment.