forked from Ivasoft/mattermost-mobile
* update dependencies * revert keychain update * Update dependencies & Fastlane * set path agnostic for bash in scrips * Fix open from push notification race * patch react-native-localize
11 lines
156 B
Bash
Executable File
11 lines
156 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo Cleaning started
|
|
|
|
rm -rf ios/Pods
|
|
rm -rf node_modules
|
|
rm -rf dist
|
|
rm -rf ios/build
|
|
rm -rf android/app/build
|
|
|
|
echo Cleanup finished |