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:
@@ -14,7 +14,7 @@ cd /home/ubuntu/.go_workspace/src/github.com/grafana/grafana
|
||||
|
||||
rm -rf node_modules
|
||||
npm install -g yarn
|
||||
yarn install --pure-lockfile
|
||||
yarn install --pure-lockfile --no-progress
|
||||
|
||||
exit_if_fail npm test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user