Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/workflows/chromatic.yaml
Co-authored-by: Alexander Brown <[email protected]>
  • Loading branch information
2 people authored and christian-byrne committed Aug 24, 2025
commit 4f6a1ebb4319d884d6cff63ca7ccb360d5ad9452
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
uses: actions/cache@v4
with:
path: |
node_modules/.cache
.cache
node_modules/.cache
storybook-static
tsconfig.tsbuildinfo
key: storybook-cache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('src/**/*.{ts,vue,js}', '*.config.*', '.storybook/**/*') }}
Expand Down