diff --git a/package.json b/package.json index 3eee4ff..80885ae 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,8 @@ }, "scripts": { "start": "react-scripts start", + "predeploy": "npm run build", + "deploy": "gh-pages -d build", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"