diff --git a/package.json b/package.json index 079e4fc..f7ead68 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,12 @@ }, "devDependencies": { "autoprefixer": "^10.4.20", - "gh-pages": "^6.2.0", "postcss": "^8.4.49", "tailwindcss": "^3.4.17" }, "scripts": { + "predeploy": "npm run build", + "deploy": "gh-pages -d build", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test",