Skip to content

Commit

Permalink
TASK: Add documentation for frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Sep 15, 2023
1 parent 096840b commit b3a1327
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions Neos.Neos/Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ Build frontend assets
If you need to rebuild the frontend assets you need to run the following commands within the
Neos.Neos package directory:

For develpment
```
yarn
yarn build
```

For production
```
yarn
yarn build:production
```
For develpment::

yarn
yarn build

For production::

yarn
yarn build:production

0 comments on commit b3a1327

Please sign in to comment.