Skip to content

Commit 539a4e9

Browse files
committed
Add only-changed to chromatic action to reduce amount of snapshots used
1 parent 741dd2a commit 539a4e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/chromatic.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ jobs:
4949
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
5050
buildScriptName: 'storybook:build'
5151
exitOnceUploaded: true
52+
onlyChanged: '!(dev)'
53+
externals: 'packages/uui-css/lib/**/*.css'
54+
untraced: '.storybook/images'

0 commit comments

Comments
 (0)