Skip to content

Commit

Permalink
fix(lib): added angular cli ghpages package for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 26, 2020
1 parent 43cfa4a commit 1aee14d
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 0 deletions.
4 changes: 4 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@
"configurations": {
"production": {}
}
},
"deploy": {
"builder": "angular-cli-ghpages:deploy",
"options": {}
}
}
},
Expand Down
229 changes: 229 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/express": "^4.17.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"angular-cli-ghpages": "^1.0.0-rc.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
Expand Down

0 comments on commit 1aee14d

Please sign in to comment.