File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 70
70
<arg value =" -i" />
71
71
<arg value =" --" />
72
72
<arg value =" s/@symfony_env@/prod/g" />
73
- <arg value =" dist /api.php" />
73
+ <arg value =" public /api.php" />
74
74
</exec >
75
75
</target >
76
76
100
100
<echo message =" Installing UI dependencies" />
101
101
<exec executable =" npm" dir =" contao-manager-${version}" checkreturn =" true" >
102
102
<arg value =" install" />
103
- <arg value =" --no-bin-links" />
104
103
<arg value =" --no-optional" />
105
104
</exec >
106
105
</target >
133
132
<target name =" box-dev" >
134
133
<echo message =" Creating the .phar file" />
135
134
<exec executable =" box" checkreturn =" true" passthru =" true" >
136
- <arg value =" compile" />
135
+ <arg value =" compile" />
137
136
</exec >
138
137
<exec executable =" php" checkreturn =" true" >
139
138
<arg value =" -r" />
You can’t perform that action at this time.
0 commit comments