Skip to content

Commit

Permalink
chore(app): skip typecheck in ci
Browse files Browse the repository at this point in the history
skip typecheck in ci.
  • Loading branch information
calvogenerico committed Feb 6, 2025
1 parent 16bebac commit fbdc379
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
run: |
yarn run lerna run lint -- -- --no-fix --max-warnings 0
- name: App type check
working-directory: ./packages/app
run: |
yarn run typecheck
# - name: App type check
# working-directory: ./packages/app
# run: |
# yarn run typecheck

- name: Test
run: |
Expand Down

0 comments on commit fbdc379

Please sign in to comment.