Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add back postinstall
  • Loading branch information
fabOnReact committed Feb 4, 2024
commit 5f7cb35ec4c3ce5021e1cf70f0065ba029f3a977
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"prepare": "bob build",
"release": "release-it",
"patch": "node src/patch.js",
"patch-dev": "node src/patch-dev.js"
"patch-dev": "node src/patch-dev.js",
"postinstall": "yarn patch-dev"
},
"keywords": [
"react-native",
Expand Down