mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
chore: add vercel.json
This commit is contained in:
parent
2a95e66bfc
commit
57fd8c9758
10
vercel.json
Normal file
10
vercel.json
Normal 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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user