chore: add vercel.json

This commit is contained in:
Josh 2023-02-20 12:54:47 +00:00
parent 2a95e66bfc
commit 57fd8c9758

10
vercel.json Normal file
View File

@ -0,0 +1,10 @@
{
"buildCommand": "cd packages/core/helper-plugin && yarn build-storybook",
"github": {
"silent": true,
"autoJobCancelation": true
},
"installCommand": "yarn setup",
"ignoreCommand": "git diff HEAD^ HEAD --quiet './packages/core/helper-plugin'",
"outputDirectory": "packages/core/helper-plugin/storybook-static"
}