We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22401a8 commit 81b8a30Copy full SHA for 81b8a30
README.md
@@ -29,7 +29,7 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
29
## Deploy to github.io
30
31
* ng build --prod --base-href "https://railsstudent.github.io/ng-fun-prog/"
32
-* ngh --no-silent
+* ngh --no-silent --dir dist/ng-fun-prog
33
34
* Method 2
35
* npm run deploy
package.json
@@ -9,7 +9,7 @@
9
"lint": "ng lint",
10
"e2e": "ng e2e",
11
"deploy":
12
- "ng build --prod --base-href \"https://railsstudent.github.io/ng-fun-prog/\" && ngh --no-silent"
+ "ng build --prod --base-href \"https://railsstudent.github.io/ng-fun-prog/\" && ngh --no-silent --dir dist/ng-fun-prog"
13
},
14
"private": true,
15
"dependencies": {
0 commit comments