Skip to content

Commit

Permalink
Fix npm install for parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJul committed Nov 17, 2024
1 parent a5f5b8f commit e05611f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Browser/Avalonia.Browser/Avalonia.Browser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<!-- Write the stamp file, so incremental builds work -->
<Touch Files="webapp/node_modules/.install-stamp" AlwaysCreate="true" />
</Target>
<Target Name="NpmRunBuild" DependsOnTargets="NpmInstall" BeforeTargets="BeforeBuild">
<Target Name="NpmRunBuild" DependsOnTargets="NpmInstall" BeforeTargets="DispatchToInnerBuilds">
<Exec Command="npm run build" WorkingDirectory="webapp" />
</Target>

Expand Down

0 comments on commit e05611f

Please sign in to comment.