fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-19 21:48:54 +02:00
parent d441f5b489
commit b04f3be3db

View File

@ -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/`
);