Skip to content

Commit

Permalink
fix(2533): updates correct commands (#2614)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Kanunnikov <lifeart92@gmail.com>
  • Loading branch information
tHe-AK and lifeart authored Sep 26, 2024
1 parent f3ba6cc commit c3f5201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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`

0 comments on commit c3f5201

Please sign in to comment.