Skip to content

Commit

Permalink
deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
vikkio88 committed Jan 14, 2020
1 parent e490e19 commit 10498f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/package.json
Expand Up @@ -15,7 +15,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"deploy": "mv build/index.html build/200.html && surge --domain revorbaro-ws.surge.sh build/",
"buildDeploy": "GENERATE_SOURCEMAP=false react-scripts build && npm run deploy"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 10498f4

Please sign in to comment.