We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94075a5 commit 65e6255Copy full SHA for 65e6255
.github/workflows/create_test_patches.yml
@@ -73,8 +73,9 @@ jobs:
73
echo "Installing package $PACKAGE into fresh template app, then clobbering with PR version"
74
yarn add @react-native-firebase/$PACKAGE
75
pushd node_modules/@react-native-firebase
76
- \rm -fr $PACKAGE
77
tar -zxf $HOME/packages/react-native-firebase-${PACKAGE}-v*
+ mv $PACKAGE/package.json package/
78
+ \rm -fr $PACKAGE
79
mv package $PACKAGE
80
popd
81
npx patch-package @react-native-firebase/$PACKAGE || true
0 commit comments