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

@@ -41,7 +41,7 @@ npm (v2.5.0) and grunt (v0.4.5). Run the following:
```
npm install -g yarn
yarn install
yarn install --pure-lockfile
npm install -g grunt-cli
grunt
```