Update AGENTS.md

This commit is contained in:
2026-03-31 01:26:24 +08:00
parent 302cf5cb0d
commit 3c7006c325

View File

@@ -8,9 +8,9 @@ Backend server for Friendolls.
## Commands
- **Error Checks**: `pnpm check`
- **Format/Lint**: `pnpm format`, `pnpm lint`
- **Test**: `pnpm test` (Unit), `pnpm test:e2e` (E2E)
- **Lint/Check for errors**: `pnpm lint`
- **Format**: `pnpm format`
- **Test**: `pnpm test`
- **Single Test**: `pnpm test -- -t "test name"` or `pnpm test -- src/path/to/file.spec.ts`
- **Database**: `npx prisma generate`, `npx prisma migrate dev`
@@ -29,4 +29,4 @@ Backend server for Friendolls.
## Note
Do not run the project yourself. Run error checks and lints to detect issues.
Do not run the project yourself. Run lints and tests to detect issues after each final changes.