[0.33.0](https://github.com/projen/projen/compare/v0.32.10...v0.33.0) (2021-11-07)
⚠ BREAKING CHANGES
* It is now impossible to modify the `build` task. Instead, extend one of the specific build phases (`precompile`, `compile`, `post compile`, `test` and `package`). To access these tasks use `project.xxxTask`.
* The `compileBeforeTest` option in `TypeScriptProject` is not supported any more. Tests are always executed _after_ compilation.
* `projenDuringBuild` is no longer supported. Let us know if you have a use case for it that we are not aware of.
Features
* standard build ([1201](https://github.com/projen/projen/issues/1201)) ([2b38918](https://github.com/projen/projen/commit/2b3891892cbceb28f607a19fecfec3ad7bf01f2b))