Skip to content

Commit 5090bef

Browse files
committed
chore(demo): simplify Android and iOS clean scripts
1 parent b34904c commit 5090bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"preios": "bun run setup",
99
"android": "bash ../run-android.sh",
1010
"ios": "bash ../run-ios.sh",
11-
"clean:android": "cd android && ./gradlew clean && cd ..",
12-
"clean:ios": "cd ios && xcodebuild clean && cd ..",
11+
"clean:android": "rm -rf android/app/build android/app/.cxx android/build",
12+
"clean:ios": "rm -rf ios/build ios/Pods",
1313
"lint": "eslint .",
1414
"start": "react-native start",
1515
"test": "jest"

0 commit comments

Comments
 (0)