From 030eca5e5c2a356091c9b0fe9de800a74673725a Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 9 Mar 2020 12:37:51 +0100 Subject: [PATCH] doc added for locales script --- webapp/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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