Skip to content

Commit 7ddbb8d

Browse files
authored
use latest and update parameter (#13423)
1 parent 8147d31 commit 7ddbb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ado/templates/react-native-init-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ steps:
4646
4747
- ${{ if endsWith(parameters.template, '-lib') }}:
4848
- script: |
49-
npx --yes create-react-native-library@0.36.0 --slug testcli --description testcli --author-name "React-Native-Windows Bot" --author-email [email protected] --author-url http://example.com --repo-url http://example.com --languages java-objc --type module-new --react-native-version $(reactNativeDevDependency) testcli
49+
npx --yes create-react-native-library@latest --slug testcli --description testcli --author-name "React-Native-Windows Bot" --author-email [email protected] --author-url http://example.com --repo-url http://example.com --languages java-objc --type module-new --react-native-version $(reactNativeDevDependency) --example vanilla testcli
5050
displayName: Init new lib project with create-react-native-library
5151
workingDirectory: $(Agent.BuildDirectory)
5252

0 commit comments

Comments
 (0)