We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83af11 commit 6b7c81dCopy full SHA for 6b7c81d
.github/workflows/ci.yml
@@ -40,9 +40,9 @@ jobs:
40
run: npx nx affected --target=lint --parallel=3
41
continue-on-error: false
42
43
- - name: Run typecheck on affected projects
44
- run: npx nx affected --target=typecheck --parallel=3
45
- continue-on-error: false
+ # - name: Run typecheck on affected projects
+ # run: npx nx affected --target=typecheck --parallel=3
+ # continue-on-error: false
46
47
- name: Clear Jest cache
48
run: npx jest --clearCache
0 commit comments