From 8e5986423838d6d5e5a41ceee3392cf4f4cd1f5f Mon Sep 17 00:00:00 2001 From: Sulka Haro Date: Thu, 5 Jan 2023 14:08:29 +0200 Subject: [PATCH] Adding USE_NPM_INSTALL to the Heroku deploy file so new deploys work --- app.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app.json b/app.json index 9f77094f..7bf58f03 100644 --- a/app.json +++ b/app.json @@ -151,6 +151,11 @@ "description": "Default setting for new browser views, for the time mode. ('12' or '24')", "value": "12", "required": false + }, + "USE_NPM_INSTALL": { + "description": "You need to have this set for deployment to work in Heroku", + "value": "true", + "required": true } }, "addons": [