fix(ci): install before running biome in web-check
ci / web (pull_request) Failing after 48s
ci / rust (pull_request) Successful in 1m13s
e2e / e2e (pull_request) Successful in 1m3s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Miguel Palhas
2026-08-22 20:39:45 +01:00
parent f025b2529d
commit 98a040a963
+1 -1
View File
@@ -38,8 +38,8 @@ web-check:
#!/usr/bin/env bash
set -euo pipefail
if [ ! -f web/package.json ]; then echo "web/ not present yet, skipping"; exit 0; fi
biome ci web/
pnpm -C web install --frozen-lockfile
pnpm -C web exec biome ci .
pnpm -C web exec tsc -b --noEmit
# Build the SPA and the binary that embeds it.