build: reduce logs from npm install

This commit is contained in:
bergquist
2017-02-17 16:16:17 +01:00
parent 24474ba41a
commit 400bd8d2d3
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ function exit_if_fail {
cd /home/ubuntu/.go_workspace/src/github.com/grafana/grafana
rm -rf node_modules
npm install -g yarn
npm install -g yarn --quiet
yarn install --pure-lockfile --no-progress
exit_if_fail npm test