JavaScriptAppResource.withBuildScript
Method
interface JavaScriptAppResource { // ... omitted for brevity withBuildScript( scriptName: string, args?: string[]): JavaScriptAppResource;}Signature
method
withBuildScript builder Specifies an npm script to run before starting the application
withBuildScript( scriptName: string, args?: string[]): JavaScriptAppResourceParameters
scriptName string args string[] optional Returns
JavaScriptAppResource Defined on
This method is defined on the following type: