#!/bin/bash set -e echo "🔨 Building all services and apps..." # EN: Build all packages using pnpm workspace # VI: Build tất cả các package sử dụng pnpm workspace pnpm build echo "✅ Build completed!"