Describe the bug
Running command npx sfx create return exit code 130 without any trace.
To Reproduce
Running pipeline locally using "nektos/act" or triggering GitHub Actions workflow
Expected behavior
Exit code 0
Additional context
GitHub Actions Logs
Bug is probably related to process.exit(); code at sfx/libs/sfx/src/app/create.ts Line 108
Code refactor of handling main and child processes needed to successfully exit command.
Temporarily continuing on error in GitHub Actions to allow build run ( continue-on-error: true ).
Describe the bug
Running command
npx sfx createreturn exit code 130 without any trace.To Reproduce
Running pipeline locally using "nektos/act" or triggering GitHub Actions workflow
Expected behavior
Exit code 0
Additional context
GitHub Actions Logs
Bug is probably related to
process.exit();code atsfx/libs/sfx/src/app/create.tsLine 108Code refactor of handling main and child processes needed to successfully exit command.
Temporarily continuing on error in GitHub Actions to allow build run (
continue-on-error: true).