diff options
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index cd7f8594d4..f77635b586 100644 --- a/build/build.xml +++ b/build/build.xml @@ -43,7 +43,7 @@ <delete dir="build/save" /> </target> - <target name="composer" depends="clean,prepare"> + <target name="composer"> <exec dir="./phpBB/" command="php ../composer.phar install" passthru="true" /> |