Small fix
This commit is contained in:
parent
fd73419281
commit
b485e2d305
|
|
@ -18,14 +18,6 @@
|
|||
<property name="prepare.done" value="true"/>
|
||||
</target>
|
||||
|
||||
<target name="generate-code" description="Generate Currency-specific subclasses of Money and autoloader code">
|
||||
<exec executable="/root/vendor/bin/phpab" taskname="generate-code">
|
||||
<arg value="--output"/>
|
||||
<arg path="vendor/autoload.php"/>
|
||||
<arg path="app"/>
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
<target name="lint" depends="generate-code">
|
||||
<apply executable="php" failonerror="true" taskname="lint">
|
||||
<arg value="-l"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user