fix(cli): Fix incorrect watch mode and update npm test command.
This commit is contained in:
@ -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'
|
||||
}
|
||||
|
@ -40,6 +40,7 @@ export class Watcher {
|
||||
this.updateCurrentExecution();
|
||||
});
|
||||
await this.updateCurrentExecution();
|
||||
logger.log('info', `watcher started for ${this.options.filePathToWatch}`);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user