···4242 run: corepack pnpm build:packages
43434444 - name: Update visual baselines
4545- run: corepack pnpm --filter @luke-ui/react run test:visual -- -u
4545+ run: corepack pnpm --filter @luke-ui/react exec vp test run --project=visual --update
46464747 - name: Commit push updated baselines
4848 run: |
···5656 git push
5757 # Pushes made by GITHUB_TOKEN do not re-trigger other
5858 # workflows, so open PR's checks will not re-run automatically.
5959- # Re-run the failed checks on the PR (or push any commit) to pick up
5959+ # Re-run failed checks on the PR (or push any commit) to pick up
6060 # the new baselines.
6161 echo "::notice::Baselines updated. Re-run PR checks to validate them."
6262 fi