Created
August 5, 2020 20:50
-
-
Save camin-mccluskey/577919c5646ed04c62f93a368e7f2ffa to your computer and use it in GitHub Desktop.
User Site package.json
This file contains hidden or 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
{ | |
"homepage": "https://<your-github-username>.github.io", | |
"scripts": { | |
"deploy": "gh-pages -b master -d build" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment