Skip to content

Cleanup build folder when build fails

Compare
Choose a tag to compare
@thetutlage thetutlage released this 18 May 10:30

This release will delete the build folder if the build process receives TypeScript errors or when unable to generate the manifest file. Before this release, we left the build folder as it is. However, the build folder was not usable since the build process never completed.

One can execute the node ace build command with --ignore-ts-errors flag to ignore the TypeScript errors and complete the build process

Commits

  • ci: remove special condition for logged messages inside CI 95caeba
  • chore: FORCE_COLOR when running tests 38f86d0
  • improvement: show instructions to register the middleware 3ed4579
  • improvement: cleanup build directory when there is an error during the builder process e88001f
  • ci: use github actions and remove circleci 1d503e2
  • chore: update dependencies 0121810

v5.2.0...v5.3.0