Skip to content

Commit

Permalink
build: improve update-snapshot performance
Browse files Browse the repository at this point in the history
  • Loading branch information
laske185 committed Nov 21, 2024
1 parent 10e1b5f commit 86510ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: pnpm i --no-frozen-lockfile

- name: Build
run: pnpm -r build
run: pnpm --filiter=@public-ui/sample-react^... build

- name: Purge existing snapshots
run: find packages -name '*.png' -path '*/snapshots/*' | grep -v 'node_modules' | xargs rm # Remove any existing snapshots, except those in node_modules
Expand Down

0 comments on commit 86510ec

Please sign in to comment.