Use yarn instead of npm

This commit is contained in:
2019-04-12 23:39:37 +02:00
parent b6c06c289c
commit 564aa23483
14 changed files with 40829 additions and 71735 deletions

View File

@@ -10,7 +10,7 @@ echo "Setting up each aragon app in ./apps"
echo "a new app version will be deployed"
echo "----"
./scripts/every-app.sh "npm install"
./scripts/every-app.sh "yarn install"
./scripts/every-app.sh "aragon apm publish major"
echo "Done, new versions of all apps deployed"