Skip to content

Commit

Permalink
Delete build/phar during cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 9, 2017
1 parent d5fc067 commit d01ed21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -3,6 +3,7 @@
<target name="setup" depends="clean,install-dependencies"/>

<target name="clean" description="Cleanup build artifacts">
<delete dir="${basedir}/build/phar"/>
<delete dir="${basedir}/vendor"/>
<delete file="${basedir}/composer.lock"/>
<delete>
Expand Down

0 comments on commit d01ed21

Please sign in to comment.