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
44
44
ng update @angular/cli @angular/core
45
45
```
46
46
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
-
50
47
### 2. npm link
51
48
52
49
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
105
102
4 . You can now deploy your angular app to GitHub pages.
106
103
107
104
``` sh
108
- ng deploy your-angular-project
105
+ ng deploy
109
106
```
110
107
111
108
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
138
135
}
139
136
```
140
137
141
- ````
142
-
143
-
144
138
### 4. Testing
145
139
146
140
Testing is done with [ Jest] ( https://jestjs.io/ ) .
@@ -149,7 +143,7 @@ To run the tests:
149
143
``` sh
150
144
cd angular-cli-ghpages/src
151
145
npm test
152
- ````
146
+ ```
153
147
154
148
## Testing the standalone CLI
155
149
You can’t perform that action at this time.
0 commit comments