Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 3c3440f

Browse files
committed
🐛 (node_modules) fix missing postinstall script
1 parent dc4e1b1 commit 3c3440f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"react-native": "*"
2222
},
2323
"scripts": {
24+
"postinstall": "patch-package",
2425
"build": "tsc",
2526
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
2627
"predoc:build": "cd example && yarn && cd ..",

0 commit comments

Comments
 (0)