diff --git a/.gitignore b/.gitignore index d19d8e7..a34942f 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ yarn-error.log* !.yarn/releases !.yarn/sdks !.yarn/versions + +.*.swp diff --git a/package.json b/package.json index 676c664..b1f074e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", - "lint": "prettier --write ." + "lint": "prettier --write .", + "deploy": "yarn build && rsync -hav build/ hawkeye:/data/web/hosting/vero.mattfidd.rocks/html/" }, "eslintConfig": { "extends": [