Skip to content

Commit adf3344

Browse files
authored
Update README.md
1 parent 5ef4e4e commit adf3344

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ In your project's `global.json` add a `scripts` object:
7373
},
7474
"scriptShell": "pwsh", // Optional
7575
"scripts": {
76+
"clean": "dotnet r clean:*",
77+
"clean:artifacts": "dotnet rimraf artifacts", // dotnet tool install rimraf
78+
"clean:bin": "dotnet rimraf **/bin **/obj",
7679
"build": "dotnet build --configuration Release",
7780
"test": "dotnet test --configuration Release",
7881
"ci": "dotnet r build && dotnet r test",

0 commit comments

Comments
 (0)