Skip to content

Commit

Permalink
Update pre build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dixin committed Sep 27, 2017
1 parent 6059e23 commit a17d866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etymology.Web/Etymology.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="node_modules\.bin\webpack --config webpack.config.$(Configuration).js" />
<Exec Command="npm build$(Configuration)" />
</Target>

</Project>

0 comments on commit a17d866

Please sign in to comment.