Skip to content

Instantly share code, notes, and snippets.

@sadikaya
Last active November 18, 2016 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sadikaya/34b7853534fc7dfa9c2e0d612baaeb30 to your computer and use it in GitHub Desktop.
Save sadikaya/34b7853534fc7dfa9c2e0d612baaeb30 to your computer and use it in GitHub Desktop.
use npm-scripts to deploy build folder to gh-pages.
{
"scripts": {
"deploy": "git push origin :gh-pages && git subtree push --prefix [build-folder] origin gh-pages"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment