Skip to content

Commit

Permalink
ci: use @react-native-community/cli init
Browse files Browse the repository at this point in the history
  • Loading branch information
wjaykim committed Jan 23, 2025
1 parent f44c27e commit fef05a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_test_patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
mv *tgz $HOME/scratch
ls -la $HOME/scratch/*$CLEAN_PACKAGE_NAME*
cd $HOME
npx react-native init template --skip-install --skip-git-init
npx @react-native-community/cli init template --skip-install --skip-git-init
cd template
yarn
yarn add patch-package --dev
Expand Down

0 comments on commit fef05a8

Please sign in to comment.