Skip to content

Commit 6063260

Browse files
Update README
1 parent f032479 commit 6063260

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
2424

2525
# **IMPORTANT NOTE ABOUT BUILDS!!!**
2626

27-
They take a long time. If you do `npm run build` expect it to take 10-15 minutes. This can be changed based on changing the build params in the `package.json`.
27+
They take a long time. If you do `npm run build` expect it to take 10-15 minutes. This can be adjusted by changing the build params in the `package.json`. The more platforms and build types, the longer it takes.
2828

2929

3030
## Automated quality enforcment
3131

3232
1. **Linting:** `npm run lint` - tslint.json
3333
1. **Unit tests:** `npm test` - [Karma](https://karma-runner.github.io).
34-
1. **End-to-end:** `npm run e2e` - Accepting PR to fix these tests. [Protractor](http://www.protractortest.org/).
34+
1. **End-to-end:** `npm run e2e` - Accepting PR to fix these tests. - [Protractor](http://www.protractortest.org).
3535

3636

3737
## Code scaffolding
3838

39-
[Docs](https://angular.io/cli/generate)
39+
[ng generate Docs](https://angular.io/cli/generate)
4040

4141
1. `npm run generate -- component component-name` to generate a new component.
4242
1. `npm run generate -- directive directive-name` to generate a new directive.

0 commit comments

Comments
 (0)