mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-01 00:24:20 +00:00
fix
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user