Skip to content

Commit 5fe88b7

Browse files
committed
npm script
1 parent fa7ff61 commit 5fe88b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "jest",
1313
"pod": "pod-install",
1414
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
15-
"prepare": "if [[ $NODE_ENV != \"production\" ]]; then husky install; fi",
15+
"prepare": "if [[ $NODE_ENV != \"production\" ]]; then husky install; fi && patch-package",
1616
"upgrade": "react-native upgrade",
1717
"check-dependencies": "rnx-dep-check",
1818
"fix-dependencies": "rnx-dep-check --write",

0 commit comments

Comments
 (0)