Skip to content

Commit e773c63

Browse files
authored
Merge pull request #49 from tgharold/20260328-1518-shorten-claude-md-build-test-instructions
Shorten up how we build/test locally in CLAUDE.md
2 parents 22e81a9 + c432443 commit e773c63

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)