fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-22 16:45:48 +02:00
parent 386e4c07c6
commit f3e69eb15e

View File

@ -18,6 +18,6 @@ tswatchCli.addCommand('website').subscribe(async argvArg => {
logger.log('info', `running watch task for a gitzone website project`);
const tsWatch = new TsWatch('gitzone_website');
await tsWatch.start();
})
});
tswatchCli.startParse();