Skip to content

Commit

Permalink
Update build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro authored Jan 3, 2024
1 parent ea29bbd commit 69beec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<if>
<equals arg1="${has-dependencies}" arg2="1" />
<then>
<exec dir="${package-directory}" command="php ../../../../../../../../composer.phar install --no-dev"
<exec dir="${package-directory}" command="php ../../../../../../../../composer.phar install --no-dev --no-plugins"
checkreturn="true" />
</then>
</if>
Expand Down

0 comments on commit 69beec1

Please sign in to comment.