From c44d9132831517b378745a9b1851f168c0c6f369 Mon Sep 17 00:00:00 2001 From: Erdal G Date: Mon, 25 Sep 2017 16:54:42 +0200 Subject: [PATCH] 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. --- frontend/encore/simple-example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/simple-example.rst b/frontend/encore/simple-example.rst index 8722b0bdd74..ee68b916f03 100644 --- a/frontend/encore/simple-example.rst +++ b/frontend/encore/simple-example.rst @@ -72,7 +72,7 @@ To build the assets, use the ``encore`` executable: # shorter version of the above 3 commands $ yarn run encore dev - $ yarn run encore dev -- --watch + $ yarn run encore dev --watch $ yarn run encore production .. note::