1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

bugfix: _master package sent to incorrect directory

This commit is contained in:
Michael Shanks 2020-02-26 11:39:19 +00:00
parent 1e4659db19
commit 29d651dcfb

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