***

title: "UiExtensionBuildCommand"
generated: true
---------------

<GenerationInfo sourceFile="packages/ui-devkit/src/compiler/types.ts" sourceLine="350" 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'
```
