We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa6e5a commit c479d3eCopy full SHA for c479d3e
.github/workflows/publish.yml
package.json
@@ -49,7 +49,7 @@
49
"test:ci": "vitest run --coverage",
50
"commit": "cz",
51
"storybook": "storybook dev -p 6006",
52
- "storybook:build": "storybook build",
+ "build-storybook": "storybook build",
53
"release": "pnpm build && pnpm release-it",
54
"link:self": "pnpm link --global",
55
"prepare": "lefthook install"
vercel.json
@@ -0,0 +1,8 @@
1
+{
2
+ "$schema": "https://openapi.vercel.sh/vercel.json",
3
+ "buildCommand": "npm run build-storybook",
4
+ "devCommand": "npm run storybook",
5
+ "installCommand": "npm install",
6
+ "framework": null,
7
+ "outputDirectory": "./storybook-static"
8
+}
0 commit comments