#!/bin/sh # CI 公共步骤:前端命令执行 # 直接在 CI 容器内运行(CI 镜像已包含 Node.js + pnpm),无需 Docker 嵌套 set -eu CMD="${1:-echo 'no command'}" cd apps/web sh -lc "$CMD"