We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e86bc commit 53f3f05Copy full SHA for 53f3f05
.github/workflows/ci.yml
@@ -24,7 +24,15 @@ jobs:
24
run: yarn lint
25
26
- name: Typecheck files
27
+<<<<<<< HEAD
28
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)
36
37
build-library:
38
runs-on: ubuntu-latest
0 commit comments