tech(build): yarn install should use --pure-lockfile

This commit is contained in:
bergquist
2017-01-12 15:36:44 +01:00
parent 915b1efab9
commit 60a2041065
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ cd /home/ubuntu/.go_workspace/src/github.com/grafana/grafana
rm -rf node_modules
npm install -g yarn
yarn install
yarn install --pure-lockfile
exit_if_fail npm test
exit_if_fail npm run coveralls