Skip to content

Commit

Permalink
Adding USE_NPM_INSTALL to the Heroku deploy file so new deploys work
Browse files Browse the repository at this point in the history
  • Loading branch information
sulkaharo committed Jan 5, 2023
1 parent 3a06295 commit 8e59864
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.json
Expand Up @@ -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": [
Expand Down

0 comments on commit 8e59864

Please sign in to comment.