diff --git a/package.json b/package.json index 40d3665..e3b5777 100644 --- a/package.json +++ b/package.json @@ -30,12 +30,14 @@ "web-vitals": "^0.2.4" }, "scripts": { - "start": "react-scripts start", + //"start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "watch": "nodemon ./server.js", "start-serv": "node server.js" + "start": "node server.js", + "heroku-postbuild": "cd testapp && npm install && npm run build" }, "proxy": "http://localhost:4000", "eslintConfig": {