Commit 7da0ec7c authored by Hayden Adams's avatar Hayden Adams

add github pages deploy script

parent 65ea8cda
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test --env=jsdom", "test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject" "eject": "react-scripts eject",
"deploy" : "npm run build&&gh-pages -d build"
}, },
"devDependencies": { "devDependencies": {
"gh-pages": "^1.1.0" "gh-pages": "^1.1.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment