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 ff5dda6 commit 45cba30Copy full SHA for 45cba30
.github/workflows/vrt.yml
@@ -65,6 +65,7 @@ jobs:
65
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
66
buildScriptName: ci:storybook
67
storybookConfigDir: .storybook
68
+ storybookBaseDir: .storybook
69
exitOnceUploaded: true
70
onlyChanged: true
71
traceChanged: true
.storybook/project.json
@@ -52,7 +52,7 @@
52
"configurations": {
53
"ci": {
54
"cache": false,
55
- "commands": ["storybook build --config-dir ."]
+ "commands": ["storybook build --config-dir . --webpack-stats-json"]
56
}
57
58
},
0 commit comments