Skip to content

Commit 435af06

Browse files
committed
seed db
1 parent 87ef7ca commit 435af06

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.husky/pre-commit

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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

Source/Ecommerce.Api/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)