Skip to content

Commit 77639bd

Browse files
author
Tomasz Dłuski
committed
make Diagrams build frontend on Debug
1 parent 83d8511 commit 77639bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EntityFrameworkCore.Diagrams/EntityFrameworkCore.Diagrams/EntityFrameworkCore.Diagrams.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ https://github.com/EvAlex/ef-db-diagrams
4949
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
5050
</ItemGroup>
5151

52-
<Target Name="BuildFrontend" BeforeTargets="Build" Condition="'$(Configuration)' == 'Release'">
52+
<Target Name="BuildFrontend" BeforeTargets="Build">
5353
<Message Text="Downloading dependencies for Frontend App..." />
5454
<Exec Command="npm i" WorkingDirectory="$(ProjectDir)..\EntityFrameworkCore.Diagrams.Frontend" />
5555
<Message Text="Building Frontend App..." />

0 commit comments

Comments
 (0)