fix(core): update

This commit is contained in:
2019-10-14 14:57:43 +02:00
parent 79940cec3f
commit bd4ccbd215
2 changed files with 27 additions and 12 deletions

View File

@@ -74,6 +74,15 @@ export class TsWatch {
})
);
break;
case 'gitzone_service':
this.watcherMap.add(
new Watcher({
filePathToWatch: plugins.path.join(paths.cwd, './ts/'),
commandToExecute: 'npm run startTs',
timeout: null
})
);
break;
case 'echoSomething':
const tsWatchInstanceEchoSomething = new Watcher({
filePathToWatch: plugins.path.join(paths.cwd, './ts'),