chore: fix scripting

This commit is contained in:
devthejo 2025-06-29 11:06:49 +02:00
parent 8331029e91
commit b5a1c21e8e

View file

@ -23,7 +23,7 @@
"postinstall": "link-module-alias",
"prepare": "husky || true",
"deep-clean": "./node_modules/.bin/react-native-clean-project --keep-node-modules --remove-iOS-build --keep-brew --keep-pods --remove-iOS-pods --remove-android-build && yarn clean",
"clean": "\\rm -fr ./node_modules && \\rm -fr dist/* && \\rm -fr ios/build ios/Pods ios/KScoreApp.xcarchive && \\rm -fr android/build android/app/build",
"clean": "rm -rf ./node_modules dist/* ios/build ios/Pods ios/KScoreApp.xcarchive android/build android/app/build || true",
"prebuild": "expo prebuild && yarn prebuild:hackfix",
"prebuild:hackfix": "node scripts/removeDuplicates.js",
"lint": "eslint .",