#!/usr/bin/env bash set -euo pipefail corepack enable || true pnpm install --frozen-lockfile pnpm lint pnpm test pnpm test:compose pnpm build