diff --git a/package.json b/package.json index 6795b18..60ce484 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "build": "cd client && npm run build", "dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\"", "start": "node server.js", - "heroku-postbuild": "cd client && npm install && npm install --only=dev --no-shrinkwrap && npm run build" + "heroku-postbuild": "cd client && npm install && npm run build" }, "dependencies": { "body-parser": "^1.18.3",