Skip to content

Commit

Permalink
test: update cli package used for patch generation
Browse files Browse the repository at this point in the history
`npx react-native init` deprecated, `npx @react-native-community/cli init` current
  • Loading branch information
mikehardy committed Jan 2, 2025
1 parent 33744da commit f2f60e5
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 @@ -74,7 +74,7 @@ jobs:
done
ls -la $HOME/packages/
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 f2f60e5

Please sign in to comment.