From 7289b77398a45dc5fe6662da8e4a1b490df516b7 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 27 Nov 2020 12:37:23 +0000 Subject: [PATCH] fix(core): update --- ts/tsdoc.classes.typedoc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/tsdoc.classes.typedoc.ts b/ts/tsdoc.classes.typedoc.ts index db36fd9..7bb51c1 100644 --- a/ts/tsdoc.classes.typedoc.ts +++ b/ts/tsdoc.classes.typedoc.ts @@ -40,7 +40,7 @@ export class TypeDoc { targetDir = plugins.path.join(targetDir, options.publicSubdir); } await this.smartshellInstance.exec( - `typedoc --tsconfig ${paths.tsconfigFile} --out ${paths.publicDir}` + `typedoc --tsconfig ${paths.tsconfigFile} --out ${targetDir}` ); plugins.smartfile.fs.remove(paths.tsconfigFile); }