remove refs to --pure-lockfile (#40345)

This commit is contained in:
Will Browne
2021-10-13 14:59:47 +02:00
committed by GitHub
parent 0776fdd418
commit 281d60095f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ Grafana consists of two components; the _frontend_, and the _backend_.
Before we can build the frontend assets, we need to install the dependencies:
```
yarn install --pure-lockfile
yarn install --immutable
```
After the command has finished, we can start building our source code: