mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
run sass on build
This commit is contained in:
parent
53aaf7caa8
commit
56b8bc1730
1 changed files with 1 additions and 1 deletions
|
@ -45,6 +45,6 @@
|
|||
</ItemGroup>
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="npm run less" />
|
||||
<Exec Command="npm run sass" />
|
||||
</Target>
|
||||
</Project>
|
Loading…
Reference in a new issue