Created
March 4, 2019 20:02
-
-
Save pawtwa/96ec19e7c2434ca58128b9a75ec7d0c1 to your computer and use it in GitHub Desktop.
Angular 7 Deploy with GH-PAGES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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