Skip to content

@kekkai/blueprint / CiOptions

Interface: CiOptions

Defined in: emit/ci/ci.ts:3

Properties

packageManager?

optional packageManager?: "npm" | "pnpm" | "yarn"

Defined in: emit/ci/ci.ts:5

Drives the install step. Defaults to npm.