Last active
May 11, 2020 00:28
-
-
Save rodrilima/2ec4de60bb32959bcfd31be03b4ddcb9 to your computer and use it in GitHub Desktop.
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
"homepage": "https://yourgithubname.github.io/your-app-name", | |
"scripts": { | |
"predeploy": "npm run build", | |
"deploy": "gh-pages -d build", | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment