mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
[CL-801] Fix chromatic.yml externals formatting (#15736)
This commit is contained in:
5
.github/workflows/chromatic.yml
vendored
5
.github/workflows/chromatic.yml
vendored
@@ -102,6 +102,9 @@ jobs:
|
|||||||
storybookBuildDir: ./storybook-static
|
storybookBuildDir: ./storybook-static
|
||||||
exitOnceUploaded: true
|
exitOnceUploaded: true
|
||||||
onlyChanged: true
|
onlyChanged: true
|
||||||
externals: "[\"libs/components/**/*.scss\", \"libs/components/**/*.css\", \"libs/components/tailwind.config*.js\"]"
|
externals: |
|
||||||
|
libs/components/**/*.scss
|
||||||
|
libs/components/**/*.css
|
||||||
|
libs/components/tailwind.config*.js
|
||||||
# Rather than use an `if` check on the whole publish step, we need to tell Chromatic to skip so that any Chromatic-spawned actions are properly skipped
|
# Rather than use an `if` check on the whole publish step, we need to tell Chromatic to skip so that any Chromatic-spawned actions are properly skipped
|
||||||
skip: ${{ steps.get-changed-files-for-chromatic.outputs.storyFiles == 'false' }}
|
skip: ${{ steps.get-changed-files-for-chromatic.outputs.storyFiles == 'false' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user