Skip to content

Commit

Permalink
Fix prod build error w Flipper, set env flag
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Jun 19, 2022
1 parent 5a16530 commit 04a51f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# run: cd ios && pod install --clean-install

- name: Install pods
run: cd ios && pod install && cd ..
run: cd ios && PRODUCTION=1 pod install && cd ..
# --repo-update
# --clean-install

Expand Down

0 comments on commit 04a51f5

Please sign in to comment.