From f9f5a133060e400174c7719c1d20831aca36c858 Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Fri, 20 Oct 2023 22:17:45 +0200 Subject: [PATCH] Added bun --- src/tooling/piral-cli/src/types/public.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tooling/piral-cli/src/types/public.ts b/src/tooling/piral-cli/src/types/public.ts index 3c65ef531..8f8d6efcb 100644 --- a/src/tooling/piral-cli/src/types/public.ts +++ b/src/tooling/piral-cli/src/types/public.ts @@ -237,7 +237,7 @@ export type PiletBuildType = 'default' | 'standalone' | 'manifest'; export type PackageType = 'registry' | 'file' | 'git'; -export type NpmClientType = 'npm' | 'yarn' | 'pnp' | 'pnpm' | 'lerna' | 'rush'; +export type NpmClientType = 'npm' | 'yarn' | 'pnp' | 'pnpm' | 'lerna' | 'rush' | 'bun'; export type Framework = 'piral' | 'piral-core' | 'piral-base';