fix: update README to use a frozen lockfile for installation

This commit is contained in:
William Grant 2022-10-05 10:54:24 +11:00
parent 80023dbd6a
commit 6c57f5b2b6
1 changed files with 3 additions and 1 deletions

View File

@ -30,8 +30,10 @@ npm install yarn -g
4. Install dependencies
Using `--frozen-lockfile` makes sure that the environment is consistent on any machine by installing the exact package versions listed in the [yarn.lock](yarn.lock).
```
yarn install
yarn install --frozen-lockfile
```
5. Signup for a free [Contentful](https://www.contentful.com/) account and create an organisation and within that create a space.