Skip to content

Commit cfd6f19

Browse files
committedMay 14, 2024
fix(ci): use modern yarn syntax to add packages during patchset generation
·
v23.0.0v19.3.0
1 parent 0c1c4ae commit cfd6f19

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
@@ -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)
Please sign in to comment.