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

@ -1,5 +1,11 @@
# Changelog
## 2024-12-04 - 2.0.30 - fix(cli)
Fix incorrect watch mode and update npm test command.
- Updated the npm test command in .vscode/launch.json for streamlined launching.
- Corrected the watch mode from 'echoSomething' to 'echo' in test/test.ts.
## 2024-12-04 - 2.0.29 - fix(core)
No changes detected in the codebase.