diff --git a/package.json b/package.json index 30151b5..15169f7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "server": "nodemon server.js", - "heroku-postbuild": "cd client && npm install && npm run build", + "start": "npm server.js", + "postinstall": "cd client && npm install && npm run build", + "heroku-postbuild": "cd client && npm install && npm run start", "lint": "eslint . ." }, "author": "",