It's possible to hook into the build process
- Create a file in your project tools/buildHooks.js
- The file should export an object
- onBuildStart - Hook that executes when the build process starts
- onBuildComplete - Hook that executes when the build process ends