Home > @rushstack/heft > IRunScript > runAsync
IRunScript.runAsync property
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.
The method that is called by the RunScriptPlugin to run the script.
Signature:
runAsync: (options: IRunScriptOptions) => Promise<void>;