Skip to content
Snippets Groups Projects
Commit efb60e4c authored by Demian Katz's avatar Demian Katz
Browse files

No longer need to delete composer.lock

parent 4660ade2
No related merge requests found
......@@ -344,7 +344,6 @@
<!-- delete the configuration, sample index, logs and cache data -->
<delete file="${srcdir}/import/solrmarc.log" failonerror="true" />
<delete dir="${srcdir}/solr" includeemptydirs="true" failonerror="true" />
<delete file="${srcdir}/composer.lock" failonerror="false" />
<delete file="${srcdir}/composer.phar" failonerror="false" />
<delete file="${srcdir}/vufind-exception.log" failonerror="false" />
<delete dir="${srcdir}/vendor" includeemptydirs="true" failonerror="false" />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment