fix(core): update

This commit is contained in:
2020-05-22 08:14:59 +00:00
parent 6c109cb381
commit 7e973c906a
5 changed files with 8 additions and 58 deletions

View File

@@ -1,5 +1,5 @@
import * as early from '@pushrocks/early';
early.start('tswatch');
export * from './tswatch.classes.tswatch';
import './tswatch.cli';
export * from './tswatch.cli';
early.stop();

View File

@@ -38,4 +38,6 @@ tswatchCli.addCommand('website').subscribe(async argvArg => {
await tsWatch.start();
});
tswatchCli.startParse();
export const runCli = async () => {
tswatchCli.startParse();
};