Home > @rushstack/heft > IRunScript
IRunScript interface
This API is provided as a beta 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
Property | Modifiers | Type | Description |
|---|---|---|---|
(options: IRunScriptOptions) => Promise<void> | (BETA) The method that is called by the RunScriptPlugin to run the script. |