From 5f2842b1e42e4f2d2256cf4e7b7fbaf6505a3a99 Mon Sep 17 00:00:00 2001 From: samilabud Date: Wed, 14 Jul 2021 21:56:29 -0400 Subject: [PATCH] fixing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 712a88f..f1f49e4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build": "cd client && npm run build", "dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run 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",