mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-24 13:15:45 +00:00
chore: beta to latest
This commit is contained in:
@@ -3,7 +3,7 @@ import { registryItemSchema, searchResultsSchema } from "@/src/schema"
|
||||
import { getPackageRunner } from "@/src/utils/get-package-manager"
|
||||
import { z } from "zod"
|
||||
|
||||
const SHADCN_CLI_COMMAND = "shadcn@beta"
|
||||
const SHADCN_CLI_COMMAND = "shadcn@latest"
|
||||
|
||||
export async function npxShadcn(command: string) {
|
||||
const packageRunner = await getPackageRunner(process.cwd())
|
||||
|
||||
Reference in New Issue
Block a user