diff --git a/package.json b/package.json index 91ca51f..aa376f1 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,8 @@ "typescript": "^4.5.4" }, "scripts": { + "predeploy": "npm run build", + "deploy": "gh-pages -d build", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test",