Skip to content

Commit

Permalink
Add gh-pages scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymouse committed Dec 1, 2017
1 parent 67965b3 commit ee22c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"test": "ng test",
"lint": "ng lint",
"hmr": "ng serve --hmr -e=hmr",
"e2e": "ng e2e"
"e2e": "ng e2e",
"gh-pages": "git subtree push --prefix dist origin gh-pages"
},
"dependencies": {
"@angular/animations": "^5.0.4",
Expand Down

0 comments on commit ee22c6d

Please sign in to comment.