mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 08:43:28 +00:00
chore: update api tests chore: fix vercel chore: formatting pls chore: dont use run chore: add correct command chore: add correct command
11 lines
348 B
JSON
11 lines
348 B
JSON
{
|
|
"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"
|
|
}
|