fix: adds tailwind:build step to phing
This commit is contained in:
@@ -10,6 +10,10 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="compileAssets" description="Run composer">
|
<target name="compileAssets" description="Run composer">
|
||||||
|
<exec executable="php">
|
||||||
|
<arg value="bin/console" />
|
||||||
|
<arg value="tailwind:build" />
|
||||||
|
</exec>
|
||||||
<exec executable="php">
|
<exec executable="php">
|
||||||
<arg value="bin/console" />
|
<arg value="bin/console" />
|
||||||
<arg value="asset-map:compile" />
|
<arg value="asset-map:compile" />
|
||||||
|
|||||||
Reference in New Issue
Block a user