File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22. " $( dirname " $0 " ) /_/husky.sh"
33
44
5- echo " Husky.NET Started"
6- echo " Running Pre-Commit Hook"
5+ # echo "Husky.NET Started"
6+ # echo "Running Pre-Commit Hook"
77
8- dotnet tool restore
9- dotnet tool run dotnet-csharpier ./Source/Ecommerce.Application/ ./Source/Ecommerce.Domain/ ./Source/Ecommerce.Infrastructure/ ./Source/Ecommerce.Api/ ./Source/Ecommerce.Contracts/ ./Tests/UnitTests/
8+ # dotnet tool restore
9+ # dotnet tool run dotnet-csharpier ./Source/Ecommerce.Application/ ./Source/Ecommerce.Domain/ ./Source/Ecommerce.Infrastructure/ ./Source/Ecommerce.Api/ ./Source/Ecommerce.Contracts/ ./Tests/UnitTests/
1010
1111
12- echo " Husky.NET Finished"
12+ # echo "Husky.NET Finished"
1313
1414
1515
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public static async Task Main(string[] args)
7777
7878 app . MapControllers ( ) ;
7979
80- // await SeedDatabase(app);
80+ await SeedDatabase ( app ) ;
8181
8282 app . Run ( ) ;
8383 }
You can’t perform that action at this time.
0 commit comments