We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3578b6 commit 4e8a1ffCopy full SHA for 4e8a1ff
.github/workflows/create_test_patches.yml
@@ -77,7 +77,7 @@ jobs:
77
npx react-native init template --skip-install --skip-git-init
78
cd template
79
yarn
80
- yarn add patch-package --save-dev
+ yarn add patch-package --dev
81
mkdir patches || true
82
for PACKAGE in $PACKAGE_LIST; do
83
echo "Installing package $PACKAGE into fresh template app, then clobbering with PR version"
0 commit comments