Skip to content

Commit

Permalink
Skip browser download in vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
hansottowirtz committed Jan 6, 2023
1 parent 04ddcdf commit 5a08a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "yarn build-storybook",
"devCommand": "yarn storybook",
"installCommand": "yarn",
"installCommand": "PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=true yarn",
"framework": null,
"outputDirectory": "./storybook-static"
}

1 comment on commit 5a08a1f

@vercel
Copy link

@vercel vercel bot commented on 5a08a1f Jan 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.