This commit is contained in:
Martin McKeaveney 2020-07-27 17:48:35 +01:00
parent bf0a88f626
commit 15c35ac0ca
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ exports.fetchAppComponentDefinitions = async function(ctx) {
const componentJson = require(join( const componentJson = require(join(
appDirectory, appDirectory,
componentLibrary, componentLibrary,
ctx.isDev ? "" : "packages", ctx.isDev ? "" : "package",
"components.json" "components.json"
)) ))