Skip to content

Commit bd0fbfe

Browse files
committed
Update readme
1 parent 4653e00 commit bd0fbfe

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ If you're deploying your application to `https://[USERNAME].github.io/[PROJECT_N
1919
Sample invocation:
2020

2121
```
22-
ng run codelyzer:deploy --baseHref /codelyzer/ --deployUrl https://mgechev.github.io/codelyzer/
22+
ng run codelyzer:deploy --baseHref /codelyzer/
23+
```
24+
25+
In Angular CLI 8.2.0, the command would be:
26+
27+
```
28+
ng deploy --baseHref /codelyzer/
2329
```
2430

2531
Deployment to the root of a custom domain may not require any of the listed flags below.
@@ -31,3 +37,4 @@ Since `ng deploy` will automatically invoke the production build of your app, yo
3137
## License
3238

3339
MIT
40+

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
"angular-cli",
2020
"ghpages",
2121
"github",
22-
"pages"
22+
"pages",
23+
"deploy",
24+
"ng deploy",
25+
"ng-deploy"
2326
],
2427
"author": "Minko Gechev <[email protected]>",
2528
"license": "MIT",

0 commit comments

Comments
 (0)