fix(core): update
This commit is contained in:
parent
d441f5b489
commit
b04f3be3db
@ -22,6 +22,7 @@ export class TypeDoc {
|
||||
}
|
||||
|
||||
public async compile() {
|
||||
console.log(paths.binDir);
|
||||
await this.smartshellInstance.exec(
|
||||
`typedoc --module "commonjs" --target "ES2016" --out public/ ts/`
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user