Skip to content

Commit 53f3f05

Browse files
rizalibnumsluszniak
authored andcommitted
chore: move yarn prepare from adapter typecheck scripts to CI workflow
1 parent c8e86bc commit 53f3f05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,15 @@ jobs:
2424
run: yarn lint
2525

2626
- name: Typecheck files
27+
<<<<<<< HEAD
2728
run: yarn workspaces foreach --all --topological-dev run prepare && yarn typecheck
29+
=======
30+
run: |
31+
cd packages/react-native-executorch
32+
yarn prepare
33+
cd ../../
34+
yarn typecheck
35+
>>>>>>> 614835e1 (chore: move yarn prepare from adapter typecheck scripts to CI workflow)
2836

2937
build-library:
3038
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)