# bun-monorepo-workflows > Use this when installing dependencies, running scripts, filtering packages, or migrating this monorepo from pnpm to Bun (bun.lock, workspaces, bun ci) while keeping Cloudflare Workers + Wrangler workflows working. - Author: Darius Kassi - Repository: ldsgroups225/Yeko - Version: 20260206124634 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/ldsgroups225/Yeko - Web: https://mule.run/skillshub/@@ldsgroups225/Yeko~bun-monorepo-workflows:20260206124634 --- --- name: bun-monorepo-workflows description: Use this when installing dependencies, running scripts, filtering packages, or migrating this monorepo from pnpm to Bun (bun.lock, workspaces, bun ci) while keeping Cloudflare Workers + Wrangler workflows working. --- # Bun monorepo workflows (Cloudflare Workers SaaS kit) This repo is currently pnpm-based, but Bun can act as the package manager for the monorepo. This skill covers (1) day-to-day Bun equivalents for pnpm workflows and (2) a safe pnpm → Bun migration checklist. ## Quick commands (Bun) - Install all deps: `bun install` - CI install (frozen lockfile): `bun ci` (equivalent to `bun install --frozen-lockfile`) - Run a root script: `bun run