Skip to content

Commit

Permalink
Make sure you install on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Aug 5, 2022
1 parent c5e4197 commit d250b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ jobs:
PACKAGE=$(cat build/react-native-package-version)
PATH_TO_PACKAGE="$(pwd)/build/$PACKAGE"
node ./scripts/set-rn-template-version.js "file:$PATH_TO_PACKAGE"
node cli.js init $PROJECT_NAME --directory "/tmp/$PROJECT_NAME" --template $(pwd) --verbose --skip-install
node cli.js init $PROJECT_NAME --directory "/tmp/$PROJECT_NAME" --template $(pwd) --verbose
- run:
name: Build template project
command: |
Expand Down

0 comments on commit d250b8d

Please sign in to comment.