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 authored and dylancom committed Jan 23, 2025
1 parent b1ea6c1 commit baf8ea9
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 baf8ea9

Please sign in to comment.