Skip to content

Instantly share code, notes, and snippets.

@joshuacerbito
Created March 8, 2023 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshuacerbito/9aec4b47d41fa434044bf0b37341b7b8 to your computer and use it in GitHub Desktop.
Save joshuacerbito/9aec4b47d41fa434044bf0b37341b7b8 to your computer and use it in GitHub Desktop.
Config file for deploying Storybook to Vercel
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "npm run build-storybook",
"devCommand": "npm run storybook",
"installCommand": "npm install",
"framework": null,
"outputDirectory": "./storybook-static"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment