Skip to content

Commit 5d38424

Browse files
committed
feat(project): added angular-cli-ghpages to the project
1 parent 9044df9 commit 5d38424

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

angular.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@
151151
}
152152
}
153153
}
154+
},
155+
"deploy": {
156+
"builder": "angular-cli-ghpages:deploy",
157+
"options": {}
154158
}
155159
}
156160
},
@@ -191,4 +195,4 @@
191195
}
192196
},
193197
"defaultProject": "fab-menu"
194-
}
198+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"@angular/router": "~8.2.13",
4343
"@nguniversal/express-engine": "^8.2.6",
4444
"@nguniversal/module-map-ngfactory-loader": "v8.2.6",
45+
"angular-cli-ghpages": "^0.6.2",
4546
"angulartics2": "^8.2.0",
4647
"express": "^4.15.2",
4748
"ngx-markdown": "^8.2.1",

0 commit comments

Comments
 (0)