🐛 Bug: Unnecessary || exit 0 in post-run files cleanup #1160
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Bug Report Checklist
main
branch of the repository.Expected
It makes sense to
pnpm build
in post-run cleanup. I'd added it in #1152. Despite what I thought while writing that PR, I now think it makes sense to let the user know if that command fails.Actual
The PR added an
exit 0
:create-typescript-app/src/shared/createCleanUpFilesCommands.ts
Line 14 in 01704e9
On second thought, let's remove that.
Additional Info
No response
The text was updated successfully, but these errors were encountered: