Chore/retire npm
This commit is contained in:
@@ -5,11 +5,8 @@ echo "\x1b[35;01m""Start re-installing dependencies...""\x1b[39;49;00m"
|
||||
echo "Remove node_modules..."
|
||||
rm -rf node_modules
|
||||
|
||||
echo "Verify npm cache..."
|
||||
npm cache verify
|
||||
|
||||
echo "Npm install..."
|
||||
npm install
|
||||
echo "Yarn install..."
|
||||
yarn
|
||||
|
||||
echo "Pods install..."
|
||||
cd ios && pod install && cd ..
|
||||
|
||||
Reference in New Issue
Block a user