Disable NPM

This commit is contained in:
Thorsten Sommer 2024-05-10 21:48:42 +02:00
parent 071f161d2a
commit c9ccf6cee8
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -30,7 +30,7 @@
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent" Condition="'$(Configuration)'=='Release'">
<Exec Command="npm run build" />
<!-- <Exec Command="npm run build" /> -->
</Target>
<ItemGroup>