Skip to content

Commit c48ca9e

Browse files
committed
test: update cli package used for patch generation
`npx react-native init` deprecated, `npx @react-native-community/cli init` current
1 parent 33744da commit c48ca9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_test_patches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
done
7575
ls -la $HOME/packages/
7676
cd $HOME
77-
npx react-native init template --skip-install --skip-git-init
77+
npx @react-native-community/cli init template --skip-install --skip-git-init
7878
cd template
7979
yarn
8080
yarn add patch-package --dev

0 commit comments

Comments
 (0)