Skip to content

Commit

Permalink
Is the post build script failing us?
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen-Krueger committed Nov 21, 2023
1 parent 03d2255 commit 0d0227b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PersonalWebsite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="npm run build" />
</Target>
<!-- <Target Name="PostBuild" AfterTargets="PostBuildEvent">-->
<!-- <Exec Command="npm run build" />-->
<!-- </Target>-->

</Project>

0 comments on commit 0d0227b

Please sign in to comment.