Chore/retire npm

This commit is contained in:
Sofiya Tepikin
2022-09-10 12:25:54 +00:00
parent f9e01012d1
commit 22528ffe17
3 changed files with 9 additions and 17729 deletions
+2 -5
View File
@@ -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 ..