Skip to content

Commit c432443

Browse files
committed
Shorten up how we build/test locally in CLAUDE.md
1 parent c722bcd commit c432443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ The codebase has a clear separation between the main library and tests:
3131

3232
### Build
3333
```bash
34-
dotnet build src/RecursiveDataAnnotationsValidation/RecursiveDataAnnotationsValidation.csproj
34+
dotnet build
3535
```
3636

3737
### Run Tests
3838
```bash
39-
dotnet test test/RecursiveDataAnnotationsValidation.Tests/RecursiveDataAnnotationsValidation.Tests.csproj
39+
dotnet test
4040
```
4141

4242
### Run Single Test

0 commit comments

Comments
 (0)