Merge pull request #3242 from Human-Connection/doc-for-locales-command

feat: Documentation for locales script
This commit is contained in:
Robert Schäfer 2020-03-10 12:59:56 +01:00 committed by GitHub
commit 6b1bcc729b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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