Skip to content

Commit

Permalink
ci: fix generated file removal
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Oct 15, 2024
1 parent 2f3944d commit 0ff7c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
yarn prepare
# We don't package them so remove them
rm -rf android/generated
rm -rf packages/icon-explorer/android/generated
- name: Set up RN version
run: |
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
run: |
yarn prepare
# We don't package them so remove them
rm -rf ios/generated
rm -rf packages/icon-explorer/ios/generated
- name: Set up RN version
run: |
Expand Down

0 comments on commit 0ff7c29

Please sign in to comment.