8000 Update simple-example.rst · symfony/symfony-docs@c44d913 · GitHub
[go: up one dir, main page]

Skip to content

Commit c44d913

Browse files
authored
Update simple-example.rst
As stated by yarn command line: > warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.
1 parent ff14bc5 commit c44d913

File tree

1 file changed

+1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/simple-example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To build the assets, use the ``encore`` executable:
7272
7373
# shorter version of the above 3 commands
7474
$ yarn run encore dev
75-
$ yarn run encore dev -- --watch
75+
$ yarn run encore dev --watch
7676
$ yarn run encore production
7777
7878
.. note::

0 commit comments

Comments
 (0)
0