chore(deps): remove patch-package postinstall script
Some checks failed
Frontend CI / ota-android (push) Failing after 12s
Frontend CI / ota-ios (push) Failing after 16s
Frontend CI / build-and-push-web (push) Has been cancelled
Frontend CI / build-android-apk (push) Has been cancelled

Remove the postinstall hook that was automatically applying patches after
dependency installation.
This commit is contained in:
lafay
2026-06-06 00:07:02 +08:00
parent cabac94aae
commit 49e94fc056

View File

@@ -12,7 +12,6 @@
"ios:preview": "eas build --platform ios --profile preview",
"ios:prod": "eas build --platform ios --profile production",
"ios:submit": "eas submit --platform ios --profile production",
"postinstall": "patch-package"
},
"dependencies": {
"@expo/ui": "^56.0.15",