From b8f355ac4f5d596a6fe5533a9cb9588be5492ea6 Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 17 Feb 2026 13:42:15 +0400 Subject: [PATCH] fix --- .github/workflows/test.yml | 3 --- packages/shadcn/src/commands/init.ts | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e212999f9..11bc27bb0d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,4 @@ jobs: - name: Build packages run: pnpm build --filter=shadcn - - name: Build v4 registry - run: pnpm --filter=v4 registry:build - - run: pnpm test diff --git a/packages/shadcn/src/commands/init.ts b/packages/shadcn/src/commands/init.ts index c61620dafa..ae2c60e198 100644 --- a/packages/shadcn/src/commands/init.ts +++ b/packages/shadcn/src/commands/init.ts @@ -76,7 +76,7 @@ export const init = new Command() .option("-p, --preset [name]", "use a preset configuration") .option("-y, --yes", "skip confirmation prompt.", true) .option( - "-d, --defaults,", + "-d, --defaults", "use default configuration: --template=next --preset=base-nova", false )