From dd7e74327f60eb311dd56bbb6622fa1141cbe2a1 Mon Sep 17 00:00:00 2001 From: nabbisen Date: Mon, 27 Sep 2021 21:24:52 +0900 Subject: [PATCH] unify expression: yarn run encore -> yarn encore --- 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 8d26987bdb5..cdb7e58324f 100644 --- a/frontend/encore/simple-example.rst +++ b/frontend/encore/simple-example.rst @@ -268,7 +268,7 @@ and restart Encore: .. code-block:: terminal # if you use the Yarn package manager - $ yarn run encore dev --watch + $ yarn run dev --watch # if you use the npm package manager $ npm run watch