Skip to content

Commit

Permalink
Update build order
Browse files Browse the repository at this point in the history
  • Loading branch information
lbuesching committed Jan 11, 2024
1 parent 13721f9 commit fcd32a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vscode/vscode.proj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Touch Files="node_modules/.install-stamp" AlwaysCreate="true" />
</Target>

<Target Name="NpmRunBuild" DependsOnTargets="NpmInstall" BeforeTargets="BeforeBuild">
<Target Name="NpmRunBuild" DependsOnTargets="NpmInstall" AfterTargets="AfterBuild">
<ItemGroup>
<SageOutput Include="..\Sage.Webhost\$(OutputPath)\**\*.*" />
</ItemGroup>
Expand Down

0 comments on commit fcd32a6

Please sign in to comment.