fix(ci): install before running biome in web-check
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user