Files
vs-code-settings-oss-mikep/Git/package.json
2022-01-31 14:57:15 -07:00

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"
}
}