Skip to content

Commit

Permalink
build(patch-package): untar PR package from correct scratch dir
Browse files Browse the repository at this point in the history
this should hopefully fix patch-package generation
  • Loading branch information
mikehardy committed Dec 10, 2021
1 parent 3fa0d7a commit 1a694ae
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 @@ -70,7 +70,7 @@ jobs:
echo "Installing $CLEAN_PACKAGE_NAME into fresh template app, then clobbering with PR version"
yarn add $PACKAGE_NAME
pushd node_modules/@invertase
tar -zxf $HOME/*$CLEAN_PACKAGE_NAME*-v*
tar -zxf $HOME/scratch/*$CLEAN_PACKAGE_NAME*-v*
mv react-native-google-ads/package.json package/
\rm -fr react-native-google-ads
mv package react-native-google-ads
Expand Down

0 comments on commit 1a694ae

Please sign in to comment.