Skip to content

Commit 65e6255

Browse files
authored
chore(ci): use latest npm version as baselne for patch generation (#4344)
1 parent 94075a5 commit 65e6255

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create_test_patches.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ jobs:
7373
echo "Installing package $PACKAGE into fresh template app, then clobbering with PR version"
7474
yarn add @react-native-firebase/$PACKAGE
7575
pushd node_modules/@react-native-firebase
76-
\rm -fr $PACKAGE
7776
tar -zxf $HOME/packages/react-native-firebase-${PACKAGE}-v*
77+
mv $PACKAGE/package.json package/
78+
\rm -fr $PACKAGE
7879
mv package $PACKAGE
7980
popd
8081
npx patch-package @react-native-firebase/$PACKAGE || true

0 commit comments

Comments
 (0)