From 3a6a5d59d309331fb7f69c2603d291f3cb314417 Mon Sep 17 00:00:00 2001 From: Charles Vien Date: Thu, 30 Jul 2026 19:12:45 -0700 Subject: [PATCH] tolerate lockfile drift in vr-cli install --- .github/workflows/code-storybook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-storybook.yml b/.github/workflows/code-storybook.yml index 92a42fd72b..4238cca054 100644 --- a/.github/workflows/code-storybook.yml +++ b/.github/workflows/code-storybook.yml @@ -169,7 +169,7 @@ jobs: - name: Install Visual Review CLI if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push' - run: cd vr-cli/products/visual_review/cli && npm ci && npm run build && npm link + run: cd vr-cli/products/visual_review/cli && (npm ci || npm install) && npm run build && npm link - name: Submit snapshots to Visual Review # Fork PRs can't read the token; their captures still ran above, so a