Revert "Add patch-package to postinstall"

This reverts commit ca07bd18d6.
This commit is contained in:
Johannes Klein
2022-12-14 09:40:27 +01:00
parent 8b11166645
commit d362e897eb

View File

@@ -10,7 +10,7 @@
"lint": "npm run lint:eslint && npm run lint:flow",
"lint:eslint": "eslint . --fix",
"lint:flow": "flow check",
"postinstall": "patch-package && husky install",
"postinstall": "husky install",
"translate": "node src/i18n/i18ncli.js build",
"e2e:build:android": "npx detox build --configuration android.release",
"e2e:build": "npx detox build --configuration ios.release",