- ---
- title: "UiExtensionBuildCommand"
- generated: true
- ---
- <GenerationInfo sourceFile="packages/ui-devkit/src/compiler/types.ts" sourceLine="354" packageName="@vendure/ui-devkit" />
- The package manager to use when invoking the Angular CLI to build UI extensions.
- ```ts title="Signature"
- type UiExtensionBuildCommand = 'npm' | 'yarn' | 'pnpm'
- ```
|