Skip to content

Commit f5dc435

Browse files
committed
Add script to deploy the app to github.io
1 parent efb4820 commit f5dc435

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"build": "ng build",
88
"test": "ng test",
99
"lint": "ng lint",
10-
"e2e": "ng e2e"
10+
"e2e": "ng e2e",
11+
"deploy":
12+
"ng build --prod --base-href \"https://railsstudent.github.io/ng-fun-prog/\" && ngh --no-silent"
1113
},
1214
"private": true,
1315
"dependencies": {

0 commit comments

Comments
 (0)