pause for commit and more extensions

This commit is contained in:
2022-02-01 20:43:40 -07:00
parent 32462802f0
commit 80be6e0afe
6 changed files with 428 additions and 37 deletions

View File

@ -1,8 +1,7 @@
{
"scripts": {
"prepare": "dotnet tool restore && dotnet husky install",
"pre-commit": "dotnet husky run --group \"pre-commit\"",
"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"
}