Create-Shortcut
This commit is contained in:
9
Git/package.json
Normal file
9
Git/package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user