Created
March 8, 2023 11:23
-
-
Save joshuacerbito/9aec4b47d41fa434044bf0b37341b7b8 to your computer and use it in GitHub Desktop.
Config file for deploying Storybook to Vercel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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