Skip to content

Commit e8bbbfc

Browse files
committed
Update README
1 parent 7822603 commit e8bbbfc

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,12 @@ in your browser go to [http://localhost:4200](http://localhost:4200)
117117
* `npm run start`
118118
* in your browser [http://localhost:4200](http://localhost:4200)
119119

120-
## Tests
120+
## Linter
121121
* `npm run lint`
122+
123+
## Tests
122124
* `npm run test`
125+
* `npm run coverage`
123126

124127
### Compilation
125128
* `npm run build` ( without SSR)

frontend/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
* `npm run start`
1010
* in your browser [http://localhost:4200](http://localhost:4200)
1111

12+
## Linter
13+
* `npm run lint`
14+
1215
## Tests
1316
* `npm run test`
1417
* `npm run coverage`
1518

16-
## Lint
17-
* `npm run lint`
18-
1919
### Compilation
2020
* `npm run build` ( without SSR)
2121
* `npm run build:ssr` ( with SSR)

0 commit comments

Comments
 (0)