File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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
5249Use 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
1051024 . 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
146140Testing is done with [ Jest] ( https://jestjs.io/ ) .
@@ -149,7 +143,7 @@ To run the tests:
149143``` sh
150144cd angular-cli-ghpages/src
151145npm test
152- ````
146+ ```
153147
154148## Testing the standalone CLI
155149
You can’t perform that action at this time.
0 commit comments