Skip to content

Commit 45cba30

Browse files
authored
ci: update storybook & chromatic settings for turbosnap (#2459)
1 parent ff5dda6 commit 45cba30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/vrt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
6666
buildScriptName: ci:storybook
6767
storybookConfigDir: .storybook
68+
storybookBaseDir: .storybook
6869
exitOnceUploaded: true
6970
onlyChanged: true
7071
traceChanged: true

.storybook/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"configurations": {
5353
"ci": {
5454
"cache": false,
55-
"commands": ["storybook build --config-dir ."]
55+
"commands": ["storybook build --config-dir . --webpack-stats-json"]
5656
}
5757
}
5858
},

0 commit comments

Comments
 (0)