Remove build step from update-databases.sh

This commit is contained in:
2025-01-13 00:48:32 -05:00
parent 3dc39ee991
commit 80d567c5df

View File

@@ -1,7 +1,5 @@
#!/bin/bash
dotnet build
dotnet ef database update \
--startup-project src/Web/Web.csproj \
--project src/Web/Web.csproj \