Skip to content

Commit e24a57a

Browse files
committed
chore: Add project cleanup script
1 parent 8e8a83b commit e24a57a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"test": "jest",
1111
"lint": "tsc && eslint . --ext .js,.jsx,.ts,.tsx",
1212
"postinstall": "npx patch-package",
13+
"clean": "react-native clean --include android,cocoapods,metro,npm,watchman,yarn",
1314
"e2e:build-android-debug": "detox build -c android.emu.debug",
1415
"e2e:build-android-release": "detox build -c android.emu.release",
1516
"e2e:run-android-debug": "detox test -c android.emu.debug",

0 commit comments

Comments
 (0)