Skip to content

Commit 9e23f2c

Browse files
committed
fix: remove broken VS commands
1 parent b8369a6 commit 9e23f2c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Serilog.Ui.Web/Serilog.Ui.Web.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@
1717
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
1818
</ItemGroup>
1919

20-
<!-- <Target Name="NpmInstall" Inputs="package.json" Outputs="node_modules/.install-stamp">
21-
<PropertyGroup>
22-
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
23-
</PropertyGroup>
24-
25-
<Exec Command="npm ci" Condition="$(RestorePackagesWithLockFile) == 'true'" />
26-
<Exec Command="npm install" Condition="$(RestorePackagesWithLockFile) != 'true'" />
27-
<Touch Files="node_modules/.install-stamp" AlwaysCreate="true" />
28-
</Target> -->
29-
3020
<Target Name="NpmRunBuild" BeforeTargets="BeforeBuild">
3121
<Exec Command="npm run build" />
3222
</Target>

0 commit comments

Comments
 (0)