Update deprecated yarn command syntax in README

pull/4478/head
Yannick Warnier 3 years ago committed by GitHub
parent 911b345dd6
commit cc0c7f34dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -93,7 +93,7 @@ php bin/console doctrine:schema:update --force
# js/css update
yarn install
yarn run encore dev
yarn dev
~~~~
This will update the JS (yarn) and PHP (composer) dependencies in the public/build folder.

Loading…
Cancel
Save