Skip to content

Commit 1dde669

Browse files
rizalibnumsluszniak
authored andcommitted
refactor: streamline Typecheck step in CI workflow
1 parent 7529f7d commit 1dde669

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
run: yarn lint
2525

2626
- name: Typecheck files
27-
run: |
28-
yarn workspaces foreach --all --parallel run prepare
29-
yarn typecheck
27+
run: yarn workspaces foreach --all --parallel run prepare && yarn typecheck
3028

3129
build-library:
3230
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)