We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd01fec commit c3aaa7eCopy full SHA for c3aaa7e
1 file changed
build/azure-pipelines/product-compile.yml
@@ -87,6 +87,14 @@ steps:
87
displayName: Install distro dependencies
88
condition: and(succeeded(), ne(variables['CacheRestored-Compilation'], 'true'))
89
90
+# Mixin must run before optimize, because the CSS loader will
91
+# inline small SVGs
92
+- powershell: |
93
+ . build/azure-pipelines/win32/exec.ps1
94
+ $ErrorActionPreference = "Stop"
95
+ exec { yarn gulp mixin }
96
+ displayName: Mix in quality
97
+
98
- script: |
99
set -e
100
yarn gulp hygiene
0 commit comments