diff --git a/.github/workflows/create_test_patches.yml b/.github/workflows/create_test_patches.yml index be506d868b..aa647900f0 100644 --- a/.github/workflows/create_test_patches.yml +++ b/.github/workflows/create_test_patches.yml @@ -77,7 +77,7 @@ jobs: npx react-native init template --skip-install --skip-git-init cd template yarn - yarn add patch-package --save-dev + yarn add patch-package --dev mkdir patches || true for PACKAGE in $PACKAGE_LIST; do echo "Installing package $PACKAGE into fresh template app, then clobbering with PR version"