mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 19:23:58 +00:00
run sass on build
This commit is contained in:
@@ -45,6 +45,6 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||||
<Exec Command="npm run less" />
|
<Exec Command="npm run sass" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user