adding ghpage deploy

This commit is contained in:
Ken
2019-02-25 17:05:00 -08:00
parent 2cdefd6f58
commit 61d9cb35e6

View File

@@ -9,7 +9,8 @@
"build": "rimraf docs && webpack --progress --mode production", "build": "rimraf docs && webpack --progress --mode production",
"start:server": "nodemon -w server server/index.js", "start:server": "nodemon -w server server/index.js",
"start": "run-p start:server start:client", "start": "run-p start:server start:client",
"static": "live-server --host=localhost" "static": "live-server --host=localhost",
"deploy-ghpages": "git push origin :gh-pages && git subtree push --prefix docs origin gh-pages"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",