From 826b0482e967fbd1075125ddcd7b62435ada4947 Mon Sep 17 00:00:00 2001 From: Jesse Pinho Date: Wed, 10 Jul 2024 13:47:03 -0700 Subject: [PATCH] Fix formatting --- packages/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index e398a3fc37..48e40c7dde 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -5,9 +5,9 @@ "license": "(MIT OR Apache-2.0)", "type": "module", "scripts": { + "build-storybook": "storybook build", "lint": "tsc --noEmit && eslint components lib", "storybook": "storybook dev -p 6006", - "build-storybook": "storybook build", "test": "vitest run", "ui:add": "pnpm dlx shadcn-ui@latest add" },