17 lines
269 B
JSON
17 lines
269 B
JSON
|
|
{
|
||
|
|
"$schema": "https://alirezanet.github.io/Husky.Net/schema.json",
|
||
|
|
"tasks": [
|
||
|
|
{
|
||
|
|
"name": "run-csharpier",
|
||
|
|
"command": "dotnet",
|
||
|
|
"args": [
|
||
|
|
"csharpier",
|
||
|
|
"${staged}"
|
||
|
|
],
|
||
|
|
"include": [
|
||
|
|
"**/*.cs"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|