fix(core): update

This commit is contained in:
2019-05-19 22:59:59 +02:00
parent 5a046a7667
commit b78b0ef599
3 changed files with 18 additions and 17 deletions

View File

@ -22,7 +22,6 @@ export class TypeDoc {
}
public async compile() {
console.log(paths.binDir);
await this.smartshellInstance.exec(
`typedoc --module "commonjs" --target "ES2016" --out public/ ts/`
);