From 319f7f941902564ab135441285adef6d1fa14bf9 Mon Sep 17 00:00:00 2001 From: shadcn Date: Mon, 14 Jul 2025 20:06:47 +0400 Subject: [PATCH] chore: build external --- apps/v4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/package.json b/apps/v4/package.json index bba478405a..bce5336bd7 100644 --- a/apps/v4/package.json +++ b/apps/v4/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "next dev --turbopack --port 4000", - "build": "pnpm --filter=shadcn build && next build", + "build": "pnpm --filter=shadcn build && pnpm build:external && next build", "start": "next start --port 4000", "lint": "next lint", "lint:fix": "next lint --fix",