Open frankkopp opened 2 years ago
Would be better to add a -v flag to igniter so you don't need to edit and configs. -v
might do stderr only, and -vv
stdout as well, as is convention for some other common build systems.
Would be better to add a -v flag to igniter so you don't need to edit and configs.
-v
might do stderr only, and-vv
stdout as well, as is convention for some other common build systems.
That works as well of course. Just wanted it to be more more selective and per task so it is easier to find during github-actions for examples.
Maybe -v optionally specifying a task after it?
To make debugging of build script running in the igniter context and on github actions easier I propose adding an option to the ExecTask class which allows the build to show the output of this involved scripts.
This would usually only be used temporary and the general build should not have any additional noise once it works.
Example: new ExecTask('efb-translation', 'npm run build:efb-translation', true),
Discord: Cdr_Maverick#6475