Skip to content

Commit

Permalink
修改RN脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
xiewei05 committed Mar 30, 2021
1 parent ab05ff6 commit 5ada723
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 127 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
- name: Install pods
run: cd ios && pod install

- name: Change react-native-xcode.sh
run: |
cd node_modules/react-native/scripts
echo "exit 0;">react-native-xcode.sh
- name: Set environment variables from project settings
run: |
exec .github/scripts/set-env-from-xcodeproj.sh
Expand Down
Loading

0 comments on commit 5ada723

Please sign in to comment.