From c3f52016dd1c77e5d14970bd36e3da3ae7181934 Mon Sep 17 00:00:00 2001 From: Akshay Kapoor Date: Thu, 26 Sep 2024 15:34:04 +0530 Subject: [PATCH] fix(2533): updates correct commands (#2614) Co-authored-by: Alex Kanunnikov --- frontend-angular/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend-angular/README.md b/frontend-angular/README.md index f9386b969..a51e960e4 100644 --- a/frontend-angular/README.md +++ b/frontend-angular/README.md @@ -5,7 +5,7 @@ | Steps | Setup | Update | Comment | |-------|-------------------------------------|--------------------|----------------------------------| | 1 | install NodeJS **14+** & npm **6+** | `npm ci` | | -| 2 | `npm ci` | `npm run generate` | | +| 2 | `npm ci` | | | | 3 | `npm i -g @angular/cli` **11.x.x** | | | | 4 | start frontend app locally | | | | 4.1 | `npm run start` | | for work with production backend | @@ -17,8 +17,8 @@ ## Test -`npm run test-start` +`npm run test:start` ## i18n -Adding new keys for localization files (**src/assets/i18n**): `npm run i18n-extract` +Adding new keys for localization files (**src/assets/i18n**): `npm run i18n:extract`