Skip to content

Commit 79cf6e9

Browse files
authored
chore: update clean scripts (#2508)
1 parent cbaa788 commit 79cf6e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"lint:check": "biome check ./src/**/*.{js,jsx,ts,tsx}",
2121
"lint:fix": "biome check --write ./src/**/*.{js,jsx,ts,tsx}",
2222
"tsc:check": "tsc",
23-
"clean": "yarn clean:rn && yarn clean:ios && yarn clean:android && yarn start --reset-cache",
24-
"clean:rn": "watchman watch-del-all && npx del-cli node_modules && yarn && npx del-cli /tmp/metro-*",
23+
"clean": "yarn clean:rn && yarn clean:ios && yarn clean:android",
24+
"clean:rn": "watchman watch-del-all && npx del-cli node_modules && yarn",
2525
"clean:android": "cd android && npx del-cli build app/build app/release",
26-
"clean:ios": "cd ios && npx del-cli Pods Podfile.lock build && pod deintegrate && pod install",
26+
"clean:ios": "cd ios && npx del-cli Pods build && pod install",
2727
"bundle": "yarn clean:android && react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.jsbundle --assets-dest android/app/build/intermediates/res/merged/release/ && cd android && ./gradlew assembleRelease --no-daemon",
2828
"prepare": "husky",
2929
"postinstall": "node postinstall.js; yarn patch-package"

0 commit comments

Comments
 (0)