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

View File

@@ -4,7 +4,7 @@ deps-go:
go run build.go setup
deps-js:
yarn install
yarn install --pure-lockfile
deps: deps-go deps-js