Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 876286b

Browse files
committed
chore: wip
1 parent 2f839c5 commit 876286b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,8 @@ jobs:
6767
- name: Check spelling (not distributable)
6868
run: NX_CLOUD_DISTRIBUTED_EXECUTION=false yarn check-spelling
6969

70-
- run: yarn typecheck --maxParallel=3
71-
7270
- run: yarn build --maxParallel=3
73-
71+
- run: yarn typecheck --maxParallel=3
7472
- run: yarn test --maxParallel=3
7573

7674
# We leverage our own plugins as part of linting, so this needs to come after build

0 commit comments

Comments
 (0)