We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d8511 commit 77639bdCopy full SHA for 77639bd
EntityFrameworkCore.Diagrams/EntityFrameworkCore.Diagrams/EntityFrameworkCore.Diagrams.csproj
@@ -49,7 +49,7 @@ https://github.com/EvAlex/ef-db-diagrams
49
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
50
</ItemGroup>
51
52
- <Target Name="BuildFrontend" BeforeTargets="Build" Condition="'$(Configuration)' == 'Release'">
+ <Target Name="BuildFrontend" BeforeTargets="Build">
53
<Message Text="Downloading dependencies for Frontend App..." />
54
<Exec Command="npm i" WorkingDirectory="$(ProjectDir)..\EntityFrameworkCore.Diagrams.Frontend" />
55
<Message Text="Building Frontend App..." />
0 commit comments