We don't always need to install dev dependencies with Yarn
This commit is contained in:
parent
c197b5ef96
commit
2401b6b4a0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue