From 5204421f676a44750773c4857bf4f41ab2da7b91 Mon Sep 17 00:00:00 2001 From: Dennis Torres Date: Wed, 29 Jan 2025 18:40:37 -0500 Subject: [PATCH] Remove reference to broken Vercel JSON Schema (#396) --- packages/storybook/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storybook/vercel.json b/packages/storybook/vercel.json index 488dec34..fec80263 100644 --- a/packages/storybook/vercel.json +++ b/packages/storybook/vercel.json @@ -1,5 +1,5 @@ { - "$schema": "https://openapi.vercel.sh/vercel.json", + "$schema": "https://json-schema.org/draft-07/schema", "buildCommand": "yarn turbo run build", "devCommand": "yarn turbo run build && yarn turbo run dev", "installCommand": "yarn install",