Update AGENTS.md
This commit is contained in:
@@ -8,9 +8,9 @@ Backend server for Friendolls.
|
|||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
- **Error Checks**: `pnpm check`
|
- **Lint/Check for errors**: `pnpm lint`
|
||||||
- **Format/Lint**: `pnpm format`, `pnpm lint`
|
- **Format**: `pnpm format`
|
||||||
- **Test**: `pnpm test` (Unit), `pnpm test:e2e` (E2E)
|
- **Test**: `pnpm test`
|
||||||
- **Single Test**: `pnpm test -- -t "test name"` or `pnpm test -- src/path/to/file.spec.ts`
|
- **Single Test**: `pnpm test -- -t "test name"` or `pnpm test -- src/path/to/file.spec.ts`
|
||||||
- **Database**: `npx prisma generate`, `npx prisma migrate dev`
|
- **Database**: `npx prisma generate`, `npx prisma migrate dev`
|
||||||
|
|
||||||
@@ -29,4 +29,4 @@ Backend server for Friendolls.
|
|||||||
|
|
||||||
## Note
|
## 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user