Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > IRunScript

IRunScript interface

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Interface used by scripts that are run by the RunScriptPlugin.

Signature:

export interface IRunScript 

Properties

PropertyModifiersTypeDescription
runAsync(options: IRunScriptOptions) => Promise<void>(BETA) The method that is called by the RunScriptPlugin to run the script.