We don't always need to install dev dependencies with Yarn

This commit is contained in:
Pierre Rudloff 2017-11-21 11:22:38 +01:00
parent c197b5ef96
commit 2401b6b4a0
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ When updating from Git, you need to run yarn and Composer again:
```bash
git pull
yarn install
yarn install --prod
composer install
```