Kirk Trombley 5 年 前
コミット
3edca6f1af
1 ファイル変更2 行追加1 行削除
  1. 2 1
      package.json

+ 2 - 1
package.json

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