|
@@ -12,7 +12,8 @@
|
|
|
"start": "react-scripts start",
|
|
|
"build": "react-scripts build",
|
|
|
"test": "react-scripts test",
|
|
|
- "eject": "react-scripts eject"
|
|
|
+ "eject": "react-scripts eject",
|
|
|
+ "deploy": "scp -r build/* hiram:/opt/siteroot"
|
|
|
},
|
|
|
"eslintConfig": {
|
|
|
"extends": "react-app"
|