Files
mattermost-mobile/scripts/clean.sh
2020-11-17 14:20:58 -03:00

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