fix(core): update
This commit is contained in:
parent
ae90b8297f
commit
7289b77398
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user