add github pages deploy script
Showing
... | @@ -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" | ||
... | ... |
Please register or sign in to comment