8000 minor #15862 unify expression: yarn run encore -> yarn encore (nabbisen) · symfony/symfony-docs@c4c4065 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4c4065

Browse files
committed
minor #15862 unify expression: yarn run encore -> yarn encore (nabbisen)
This PR was submitted for the 5.4 branch but it was merged into the 4.4 branch instead. Discussion ---------- unify expression: yarn run encore -> yarn encore This commit unifies expression on yarn: `yarn run encore ...` -> `yarn encore ...` same to above in the same page. Commits ------- dd7e743 unify expression: yarn run encore -> yarn encore
2 parents b9f6f0e + dd7e743 commit c4c4065

File tree

1 file changed

+1
-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
@@ -268,7 +268,7 @@ and restart Encore:
268268
.. code-block:: terminal
269269
270270
# if you use the Yarn package manager
271-
$ yarn run encore dev --watch
271+
$ yarn run dev --watch
272272
273273
# if you use the npm package manager
274274
$ npm run watch

0 commit comments

Comments
 (0)
0