Skip to content

Commit 50da50a

Browse files
committed
Fix yarn handling
1 parent 6b24b50 commit 50da50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<arg value="--no-dev" />
129129
</composer>
130130
<exec executable="${project.yarn-bin}" passthru="true" >
131-
<arg value=" install" />
131+
<arg value="install" />
132132
<arg value="--prod" />
133133
</exec>
134134
</target>

0 commit comments

Comments
 (0)