I recently found myself wanting to run a shell script each time my Webpack build ran, whether or not I was in watch mode. I was developing two TypeScript packages in a monorepo, with one serving as a dependency of the other. Since the packages were being built in tandem…