File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ All notable changes to this project will be documented in this file.
99
1010### Added
1111
12+ - feat: add verbose output support for watch task with ` -v ` flag
13+ - Shows informative messages during watch mode based on verbosity level
14+ - Captures and reports exit codes from npm/grunt watch commands
15+ - Displays clear error messages when watch mode exits with errors
16+ - Provides hint to use ` -v ` flag for verbose output in non-verbose mode
1217- feat: add ` mageforge:theme:tokens ` command to generate Hyvä design tokens from design.tokens.json or hyva.config.json
1318- feat: add ` mageforge:hyva:compatibility:check ` command to add a Hyvä compatibility checker
1419 - Scans Magento modules for Hyvä theme compatibility issues
@@ -28,6 +33,9 @@ All notable changes to this project will be documented in this file.
2833
2934### Changed
3035
36+ - refactor: improve build commands to show full output in verbose mode
37+ - Remove ` --quiet ` flag from npm/grunt build commands when using verbose mode
38+ - Allow better debugging of build issues during theme compilation
3139- refactor: split complex executeCommand method into smaller, focused methods to reduce cyclomatic complexity
3240- docs: update copilot-instructions.md with CI/CD integration guidelines for new commands
3341
You can’t perform that action at this time.
0 commit comments