#!/bin/sh # Same gates as CI job web (.gitea/workflows/ci.yaml). set -euxo pipefail cd "$(dirname "$0")/.." pnpm install --frozen-lockfile pnpm --filter @evobgp/web check pnpm --filter @evobgp/web lint