This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "clean:android": "cd android && ./gradlew clean && cd ..", | |
| "clean:ios": "cd ios && rm -rf Pods Podfile.lock build && pod install && cd ..", | |
| "clean:all": "npm run clean:android && npm run clean:ios", | |
| "clean": "rm -rf node_modules && npm install && npm run clean:all" | |
| } |
OlderNewer