diff --git a/webapp/README.md b/webapp/README.md index 897bb56ca..7a9d578e1 100644 --- a/webapp/README.md +++ b/webapp/README.md @@ -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