strapi/vercel.json
Josh e39a165a01 chore: add --skip-nx-cache
chore: update api tests

chore: fix vercel

chore: formatting

pls

chore: dont use run

chore: add correct command

chore: add correct command
2023-03-28 10:59:21 +01:00

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