Plugin providing access to build steps.
Usage:
const plugin = pod.plugins.get('BuilderPlugin');plugin.addBeforeBuildStep(builder => { // Do something with the builder.});plugin.addAfterBuildStep(buildResult => { // Do something with the build result.});
Hook for working with the build result after a build is complete.
Hook for working with the builder before the build is executed.
Generated using TypeDoc
Plugin providing access to build steps.
Usage: