Skip to content

Commit fcc4090

Browse files
committed
docs: documents debugging
1 parent 9bb613a commit fcc4090

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/README_contributors.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ Follow the instructions for [checking and updating the Angular CLI version](#ang
4444
ng update @angular/cli @angular/core
4545
```
4646

47-
Please pay attention to the version numbers of your project.
48-
`angular-cli-ghpages` was tested with Angular CLI v8.3.0 (`ng deploy` syntax) and Angular v8.2.0 (`ng run` syntax).
49-
5047
### 2. npm link
5148

5249
Use the following instructions to make `angular-cli-ghpages` available locally via `npm link`.
@@ -105,7 +102,7 @@ Once you have completed the previous steps to `npm link` the local copy of `angu
105102
4. You can now deploy your angular app to GitHub pages.
106103

107104
```sh
108-
ng deploy your-angular-project
105+
ng deploy
109106
```
110107

111108
Or with the old builder syntax:
@@ -138,9 +135,6 @@ Once you have completed the previous steps to `npm link` the local copy of `angu
138135
}
139136
```
140137

141-
````
142-
143-
144138
### 4. Testing
145139

146140
Testing is done with [Jest](https://jestjs.io/).
@@ -149,7 +143,7 @@ To run the tests:
149143
```sh
150144
cd angular-cli-ghpages/src
151145
npm test
152-
````
146+
```
153147

154148
## Testing the standalone CLI
155149

0 commit comments

Comments
 (0)