fix(core): update
This commit is contained in:
parent
386e4c07c6
commit
f3e69eb15e
@ -18,6 +18,6 @@ tswatchCli.addCommand('website').subscribe(async argvArg => {
|
|||||||
logger.log('info', `running watch task for a gitzone website project`);
|
logger.log('info', `running watch task for a gitzone website project`);
|
||||||
const tsWatch = new TsWatch('gitzone_website');
|
const tsWatch = new TsWatch('gitzone_website');
|
||||||
await tsWatch.start();
|
await tsWatch.start();
|
||||||
})
|
});
|
||||||
|
|
||||||
tswatchCli.startParse();
|
tswatchCli.startParse();
|
||||||
|
Loading…
Reference in New Issue
Block a user