From c432443135ce279cea39cc402ffdb3a980ded0a7 Mon Sep 17 00:00:00 2001 From: Thomas Harold Date: Sat, 28 Mar 2026 15:19:21 -0400 Subject: [PATCH] Shorten up how we build/test locally in CLAUDE.md --- CLAUDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index cfcdb2f..02356f2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -31,12 +31,12 @@ The codebase has a clear separation between the main library and tests: ### Build ```bash -dotnet build src/RecursiveDataAnnotationsValidation/RecursiveDataAnnotationsValidation.csproj +dotnet build ``` ### Run Tests ```bash -dotnet test test/RecursiveDataAnnotationsValidation.Tests/RecursiveDataAnnotationsValidation.Tests.csproj +dotnet test ``` ### Run Single Test