Skip to content

Commit

Permalink
fix: tell heroku to not build in production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Oct 18, 2022
1 parent d0ea49b commit f1c678e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.json
Expand Up @@ -4,6 +4,10 @@
"repository": "https://github.com/heroku/node-js-sample",
"logo": "https://github.com/Unleash/unleash/blob/main/.github/logo.png?raw=true",
"keywords": ["node", "feature toggles", "release"],
"env": {
"NPM_CONFIG_PRODUCTION": "false",
"YARN_PRODUCTION": "false"
},
"addons": [
{
"plan": "heroku-postgresql",
Expand Down

0 comments on commit f1c678e

Please sign in to comment.