8 lines
255 B
JSON
8 lines
255 B
JSON
{
|
|
"scripts": {
|
|
"build": "dotnet build --runtime win-x64 --self-contained",
|
|
"dotnet-format": "dotnet format --report .vscode --verbosity detailed --severity error",
|
|
"pull": "git pull",
|
|
"garbage-collect": "git gc"
|
|
}
|
|
} |