fix(core): update

This commit is contained in:
Philipp Kunz 2020-11-27 12:37:23 +00:00
parent ae90b8297f
commit 7289b77398

View File

@ -40,7 +40,7 @@ export class TypeDoc {
targetDir = plugins.path.join(targetDir, options.publicSubdir); targetDir = plugins.path.join(targetDir, options.publicSubdir);
} }
await this.smartshellInstance.exec( await this.smartshellInstance.exec(
`typedoc --tsconfig ${paths.tsconfigFile} --out ${paths.publicDir}` `typedoc --tsconfig ${paths.tsconfigFile} --out ${targetDir}`
); );
plugins.smartfile.fs.remove(paths.tsconfigFile); plugins.smartfile.fs.remove(paths.tsconfigFile);
} }