bugfix: _master package sent to incorrect directory
This commit is contained in:
parent
8ab04fa944
commit
4c1d3c4e88
|
@ -30,7 +30,7 @@ module.exports.appsFolder = config => appPackageFolder(config, "")
|
|||
|
||||
module.exports.masterAppPackage = context => {
|
||||
const { config } = context
|
||||
const standardPackage = createAppPackage(context, "../appPackages/_master")
|
||||
const standardPackage = createAppPackage(context, `${__dirname}/../appPackages/_master`)
|
||||
|
||||
const customizeMaster =
|
||||
config && config.customizeMaster ? config.customizeMaster : a => a
|
||||
|
|
Loading…
Reference in New Issue