Skip to content

Commit

Permalink
Merge branch '4.4' into 5.1
Browse files Browse the repository at this point in the history
* 4.4:
  add a note about npm commands equivalent to yarn's
  • Loading branch information
javiereguiluz committed Oct 22, 2020
2 parents 04f3eec + f3c629e commit d33b779
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/encore/simple-example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,18 @@ To build the assets, run:
# compile assets once
$ yarn encore dev
# if you prefer npm, run:
$ npm run dev
# or, recompile assets automatically when files change
$ yarn encore dev --watch
# if you prefer npm, run:
$ npm run watch
# on deploy, create a production build
$ yarn encore production
# if you prefer npm, run:
$ npm run build
.. note::

Expand Down

0 comments on commit d33b779

Please sign in to comment.