doc added for locales script

This commit is contained in:
Moriz Wahl 2020-03-09 12:37:51 +01:00
parent f2771660af
commit 030eca5e5c

View File

@ -72,7 +72,7 @@ You can then visit the Storybook playground on `http://localhost:3002`
After starting the application following the above guidelines, open new terminal windows and navigate to the `/webapp` directory for each of these commands:
```bash
# run eslint in /webapp
# run eslint in /webapp (use option --fix to normalize the files)
$ yarn lint
```
@ -81,6 +81,11 @@ $ yarn lint
$ yarn test
```
```bash
# run locales in /webapp (use option --fix to sort the locales)
$ yarn locales
```
```bash
# start storybook in /webapp
$ yarn storybook