chore: migrate from pnpm to bun package manager
Switch package manager from pnpm to bun for faster dependency installation and better monorepo support. Remove pnpm-specific configuration files and update all scripts to use bun commands.
This commit is contained in:
10
CLAUDE.md
10
CLAUDE.md
@@ -6,11 +6,11 @@ Astro frontend + Payload CMS backend monorepo for website migration.
|
||||
|
||||
| Command | Purpose |
|
||||
|---------|---------|
|
||||
| `pnpm install` | Sync dependencies |
|
||||
| `pnpm dev` | Start dev server (Astro at :4321) |
|
||||
| `pnpm test:unit` | Run Vitest tests |
|
||||
| `pnpm test:e2e` | Run Playwright tests |
|
||||
| `pnpm build` | Production build |
|
||||
| `bun install` | Sync dependencies |
|
||||
| `bun dev` | Start dev server (Astro at :4321) |
|
||||
| `bun test:unit` | Run Vitest tests |
|
||||
| `bun test:e2e` | Run Playwright tests |
|
||||
| `bun build` | Production build |
|
||||
|
||||
## Module Locations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user