Create-Shortcut

This commit is contained in:
2022-01-31 14:57:15 -07:00
parent ca79ea6114
commit 32462802f0
7 changed files with 85 additions and 30 deletions

9
Git/package.json Normal file
View File

@ -0,0 +1,9 @@
{
"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"
}
}