#!/bin/sh # Same gates as CI job web (.gitea/workflows/ci.yaml). set -euxo pipefail cd "$(dirname "$0")/../web" npm run check npm run lint