build: avoid progress bar update on yarn install

this will save us ~100TB of unneeded data in the long term.
This commit is contained in:
bergquist
2017-02-13 15:26:10 +01:00
parent 2c68c071c0
commit 2ad2b96133
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ else
go run build.go -buildNumber=${CIRCLE_BUILD_NUM} build
fi
yarn install --pure-lockfile
yarn install --pure-lockfile --no-progress
source /etc/profile.d/rvm.sh
rvm use 2.1.9 --default