On Tuesday, 17 December 2019 at 13:03:17 UTC, Dmitriy wrote:
{
...
"configurations": [
{
...
"targetPath": "/build",
"copyFiles": [
"/template"
],
"dependencies": {
"package": { "path": "./source/package" }
},
"subPackages": [
{
"name": "package",
"sourcePaths": ["/source/package"],
"importPaths": ["/source/package"],
"targetPath": "/template",
"targetName": "./package",
"copyFiles": [
"some_file"
]
}
]
}
]
}
[...]
Could you check whether you can use variable $PACKAGE_DIR or
$ROOT_PACKAGE_DIR
in copyFiles command to specify the correct folder?
Kind regards
André