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