Skip to content

Commit 4e8a1ff

Browse files
committed
fix(ci): use modern yarn syntax to add packages during patchset generation
1 parent d3578b6 commit 4e8a1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_test_patches.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
npx react-native init template --skip-install --skip-git-init
7878
cd template
7979
yarn
80-
yarn add patch-package --save-dev
80+
yarn add patch-package --dev
8181
mkdir patches || true
8282
for PACKAGE in $PACKAGE_LIST; do
8383
echo "Installing package $PACKAGE into fresh template app, then clobbering with PR version"

0 commit comments

Comments
 (0)