fix typo
This commit is contained in:
parent
bf0a88f626
commit
15c35ac0ca
|
@ -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"
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue