bugfix: _master package sent to incorrect directory

This commit is contained in:
Michael Shanks 2020-02-26 11:39:19 +00:00
parent 8ab04fa944
commit 4c1d3c4e88
1 changed files with 1 additions and 1 deletions

View File

@ -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