Skip to content

Commit 8fd824c

Browse files
committed
test(e2e): add postinstall-postinstall package so patches always apply
we use yarn for js dep management, and if you use patch-package + yarn you need postinstall-postinstall per their documentation, forgot to add it long ago, fixing that now
1 parent bb1bf4c commit 8fd824c

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

tests/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@react-native-firebase/perf": "13.0.1",
2626
"@react-native-firebase/remote-config": "13.0.1",
2727
"@react-native-firebase/storage": "13.0.1",
28+
"postinstall-postinstall": "2.1.0",
2829
"react": "17.0.2",
2930
"react-native": "0.67.0-rc.2"
3031
},
File renamed without changes.

0 commit comments

Comments
 (0)