run sass on build

This commit is contained in:
Kyle Spearrin 2019-04-03 10:05:37 -04:00
parent 53aaf7caa8
commit 56b8bc1730

View file

@ -45,6 +45,6 @@
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="npm run less" />
<Exec Command="npm run sass" />
</Target>
</Project>