6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
rm -rf node_modules
|
|
yarn
|
|
cd ios
|
|
rm -rf Pods/* Podfile.lock
|
|
pod install
|