strapi/vercel.json
2023-02-20 12:54:47 +00:00

11 lines
334 B
JSON

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