Skip to content

Commit

Permalink
ci: correctly utilize @next version when scaffolding for react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Jun 23, 2022
1 parent 5e82649 commit 0307cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@ orbs:
- run-with-retry:
label: Scaffold App
pre-command: cd ../ && rm -rf amplify_getting_started_<< parameters.framework >>
command: npx react-native@<< parameters.tag >> init amplify_getting_started_<< parameters.framework >>
command: npx react-native@<< parameters.tag >> init amplify_getting_started_<< parameters.framework >> --version << parameters.tag >>
no_output_timeout: 10m
- run-with-retry:
label: Install Amplify dependencies
Expand Down Expand Up @@ -1912,7 +1912,7 @@ orbs:
- run-with-retry:
label: Scaffold App
pre-command: cd ../ && rm -rf amplify_getting_started_<< parameters.framework >>
command: npx react-native@<< parameters.tag >> init amplify_getting_started_<< parameters.framework >>
command: npx react-native@<< parameters.tag >> init amplify_getting_started_<< parameters.framework >> --version << parameters.tag >>
no_output_timeout: 10m
- run-with-retry:
label: Install Amplify dependencies
Expand Down

0 comments on commit 0307cd6

Please sign in to comment.