Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Yajur-Grover committed Jul 16, 2024
1 parent 7219eac commit 5e9e7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ado/templates/react-native-init-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ steps:

- ${{ if endsWith(parameters.template, '-app') }}:
- script: |
# Change version of @react-native-community/template from next to reactNativeDevDependency - Windows #13446
npx --yes react-native@$(reactNativeDevDependency) init testcli --template @react-native-community/template@next
displayName: Init new app project with react-native init
workingDirectory: $(Agent.BuildDirectory)
Expand Down
1 change: 1 addition & 0 deletions .ado/templates/react-native-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ steps:

- ${{ if eq(parameters.projectType, 'app') }}:
- script: |
# Change version of @react-native-community/template from next to reactNativeDevDependency - Windows #13446
npx --yes react-native@$(reactNativeDevDependency) init testcli --template @react-native-community/template@next
displayName: Init new app project
workingDirectory: $(Agent.BuildDirectory)
Expand Down

0 comments on commit 5e9e7e3

Please sign in to comment.