9 lines
289 B
JSON
9 lines
289 B
JSON
{
|
|
"scripts": {
|
|
"prepare": "dotnet tool restore && dotnet husky install",
|
|
"pre-commit": "dotnet husky run --group \"pre-commit\"",
|
|
"build": "dotnet build --runtime win-x64 --self-contained",
|
|
"pull": "git pull",
|
|
"garbage-collect": "git gc"
|
|
}
|
|
} |