Skip to content

Commit 77dd438

Browse files
committed
Fixed production build configuration
1 parent 53e3c09 commit 77dd438

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.xml.dist

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<arg value="-i" />
7171
<arg value="--" />
7272
<arg value="s/@symfony_env@/prod/g" />
73-
<arg value="dist/api.php" />
73+
<arg value="public/api.php" />
7474
</exec>
7575
</target>
7676

@@ -100,7 +100,6 @@
100100
<echo message="Installing UI dependencies" />
101101
<exec executable="npm" dir="contao-manager-${version}" checkreturn="true">
102102
<arg value="install" />
103-
<arg value="--no-bin-links" />
104103
<arg value="--no-optional" />
105104
</exec>
106105
</target>
@@ -133,7 +132,7 @@
133132
<target name="box-dev">
134133
<echo message="Creating the .phar file" />
135134
<exec executable="box" checkreturn="true" passthru="true">
136-
<arg value="compile" />
135+
<arg value="compile" />
137136
</exec>
138137
<exec executable="php" checkreturn="true">
139138
<arg value="-r" />

0 commit comments

Comments
 (0)