Skip to content

Instantly share code, notes, and snippets.

@pawtwa
Created March 4, 2019 20:02
Show Gist options
  • Save pawtwa/96ec19e7c2434ca58128b9a75ec7d0c1 to your computer and use it in GitHub Desktop.
Save pawtwa/96ec19e7c2434ca58128b9a75ec7d0c1 to your computer and use it in GitHub Desktop.
Angular 7 Deploy with GH-PAGES
{
"scripts": {
"deploy": "ng build --base-href=\"/repo-name/\" && gh-pages -d dist/proj-name"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment