fix: adds tailwind:build step to phing

This commit is contained in:
2025-04-23 16:50:50 -05:00
parent f23048e813
commit f9fad08a30

View File

@@ -10,6 +10,10 @@
</target>
<target name="compileAssets" description="Run composer">
<exec executable="php">
<arg value="bin/console" />
<arg value="tailwind:build" />
</exec>
<exec executable="php">
<arg value="bin/console" />
<arg value="asset-map:compile" />