Revert "Remove deprecated yarn run encore dev in README"

This reverts commit 4c80f745ad.
pull/4197/head
Angel Fernando Quiroz Campos 4 years ago
parent c3d5b74627
commit 8f752b8d36
  1. 2
      README.md

@ -61,6 +61,7 @@ composer install
yarn set version stable
yarn install
yarn run encore dev
chmod -R 777 .
~~~~
@ -88,6 +89,7 @@ php bin/console doctrine:schema:update --force
# js/css update
yarn install
yarn run encore dev
~~~~
This will update the JS (yarn) and PHP (composer) dependencies in the public/build folder.

Loading…
Cancel
Save