npm @adonisjs/assembler 5.3.0
Cleanup build folder when build fails

latest releases: 8.5.0, 8.4.0, 8.3.0...
5 years ago

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

Don't miss a new assembler release

NewReleases is sending notifications on new releases.