fix: Update docs, recommending install all packages (#36352)

This commit is contained in:
Oliver Eyton-Williams
2019-07-17 19:24:23 +02:00
committed by mrugesh
parent d6c2f5cf79
commit eba8953037

View File

@ -195,7 +195,7 @@ Each of the Docker commands above will take some time to complete. You should wa
You will also need to install a few npm packages outside of Docker. You can skip this step if you are only running the app locally and will not use git. You will also need to install a few npm packages outside of Docker. You can skip this step if you are only running the app locally and will not use git.
```shell ```shell
npm ci --ignore-scripts npm ci
``` ```
All of the above needs to be run only the first time you set up the local dev environment. All of the above needs to be run only the first time you set up the local dev environment.