mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
33 lines
618 B
JSON
33 lines
618 B
JSON
{
|
|
"standalone": {
|
|
"projectRoot": ".."
|
|
},
|
|
"deploy": {
|
|
"releaseVersion": "",
|
|
"tagAliases": [],
|
|
"tagVersionSuffix": ""
|
|
},
|
|
"scripts": {
|
|
"prebuild": [
|
|
{
|
|
"command": "./scripts/local/check-for-extra-node-modules"
|
|
},
|
|
{
|
|
"command": "mkdir",
|
|
"args": [
|
|
"-p",
|
|
"$THIS_PROJECT_ROOT_PATH/.tmp"
|
|
]
|
|
},
|
|
{
|
|
"command": "cp",
|
|
"args": [
|
|
"$THIS_PROJECT_SOURCE_ROOT_PATH/app.config.json.tpl",
|
|
"$THIS_PROJECT_ROOT_PATH/.tmp/app.config.json"
|
|
]
|
|
}
|
|
],
|
|
"postinstall": [
|
|
]
|
|
}
|
|
} |