File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments