mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) scripts: add heroku-postbuild
This commit is contained in:
parent
710ac88a43
commit
44efdff9ec
2 changed files with 10 additions and 2 deletions
9
app.json
9
app.json
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue