Skip to content

Commit

Permalink
feat(project): added angular-cli-ghpages
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Sep 25, 2020
1 parent 8fb1848 commit 2662bd4
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 0 deletions.
4 changes: 4 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
"configurations": {
"production": {}
}
},
"deploy": {
"builder": "angular-cli-ghpages:deploy",
"options": {}
}
}
},
Expand Down
166 changes: 166 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"angular-cli-ghpages": "^0.6.2",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
Expand Down

0 comments on commit 2662bd4

Please sign in to comment.