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" }