Skip to content
DocsTry Aspire
DocsTry

JavaScriptBuildScriptAnnotation Properties

ClassProperties2 members
Represents the annotation for the JavaScript package manager's build script.
Gets the command-line arguments supplied to the build script.
public string[] Args { get; }
Gets the name of the script used to build.
public string ScriptName { get; }