From 5cf315b400fa4ada6e7fb5170bddaf99e5fce385 Mon Sep 17 00:00:00 2001 From: mifi Date: Tue, 10 Feb 2026 21:36:41 -0300 Subject: [PATCH] Build as part of snapshot updates --- scripts/update-e2e-snapshots.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update-e2e-snapshots.sh b/scripts/update-e2e-snapshots.sh index c065948..43d4f19 100755 --- a/scripts/update-e2e-snapshots.sh +++ b/scripts/update-e2e-snapshots.sh @@ -31,6 +31,8 @@ else echo "Updating snapshots in the current environment (matches CI when using the devcontainer)." echo "" + pnpm run build + # Unset CI so Playwright config starts the preview server unset CI pnpm exec playwright test --update-snapshots