Skip to content

Commit 615dfb0

Browse files
author
Shaun Hare
committed
added the npm config env to heroku template
1 parent 1361004 commit 615dfb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"SLACK_API_TOKEN": {
2525
"description": "Slack API Token",
2626
"value": "xoxo-XXXXXXXX"
27+
},
28+
"NPM_CONFIG_PRODUCTION": {
29+
"description": "Configuration for dependancies - set to false to allow dev",
30+
"value": "false"
2731
}
2832
},
2933
"addons": [

0 commit comments

Comments
 (0)