From 3c7006c325a670360c53bae17e7263d6a5bf5321 Mon Sep 17 00:00:00 2001 From: Wind-Explorer Date: Tue, 31 Mar 2026 01:26:24 +0800 Subject: [PATCH] Update AGENTS.md --- AGENTS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 515ee9d..a8501e8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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.