feature(package) scripts: add heroku-postbuild

This commit is contained in:
coderaiser 2017-02-13 17:20:42 +02:00
parent 710ac88a43
commit 44efdff9ec
2 changed files with 10 additions and 2 deletions

View file

@ -10,5 +10,12 @@
"file manager",
"folder",
"orthodox"
]
],
"env": {
"NPM_CONFIG_PRODUCTION": {
"description": "Keep false to install devDependencies and build frontend",
"value": "false",
"required": false
}
}
}