From 09d26f2af0ad32f311847f3bd74721cf8355954a Mon Sep 17 00:00:00 2001 From: DMehaffy Date: Tue, 11 Apr 2023 10:37:30 -0700 Subject: [PATCH] Remove overrides from Vercel --- vercel.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/vercel.json b/vercel.json index 77f6c2a2720..1ab665d8d14 100644 --- a/vercel.json +++ b/vercel.json @@ -1,10 +1,7 @@ { - "buildCommand": "cd packages/core/helper-plugin && yarn build-storybook", "github": { "silent": true, "autoJobCancelation": true }, - "installCommand": "yarn install --immutable", "ignoreCommand": "git diff HEAD^ HEAD --quiet './packages/core/helper-plugin'", - "outputDirectory": "packages/core/helper-plugin/storybook-static" }