Skip to content

Commit

Permalink
fix(ci): use modern yarn syntax to add packages during patchset gener…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
mikehardy committed May 14, 2024
1 parent 0c1c4ae commit cfd6f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_test_patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cfd6f19

Please sign in to comment.