From d4ef5f36c3c1304e2cf5ce906d45fd82a51f89db Mon Sep 17 00:00:00 2001 From: "Calum H." Date: Fri, 13 Feb 2026 00:06:33 +0000 Subject: [PATCH] devex: storybook build (#5364) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1c19c0eb5..3953ee543 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "prepr:frontend:web": "turbo run prepr --filter=@modrinth/frontend", "prepr:frontend:app": "turbo run prepr --filter=@modrinth/app-frontend", "storybook": "pnpm --filter @modrinth/ui storybook", + "build-storybook": "pnpm --filter @modrinth/ui build-storybook", "icons:add": "pnpm --filter @modrinth/assets icons:add", "scripts": "node scripts/run.mjs" },