fix(cli): Fix incorrect watch mode and update npm test command.

This commit is contained in:
2024-12-04 22:58:46 +01:00
parent e2b154f392
commit dc6bb93349
5 changed files with 12 additions and 23 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tswatch',
version: '2.0.29',
version: '2.0.30',
description: 'watch typescript projects during development'
}

View File

@ -40,6 +40,7 @@ export class Watcher {
this.updateCurrentExecution();
});
await this.updateCurrentExecution();
logger.log('info', `watcher started for ${this.options.filePathToWatch}`);
}
/**