Skip to content

Commit

Permalink
Fix npm install for parallel builds (#17532)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJul authored and maxkatz6 committed Nov 26, 2024
1 parent 331d73e commit f1c5ac7
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 f1c5ac7

Please sign in to comment.