summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-05-13 14:16:45 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-05-18 21:45:51 +0200
commitb40f465b795cf06f9b8990f174051406ce25390f (patch)
tree3f68370a94af1181e536c16a795a057d771d1f18 /build.xml
parentf544d73ce92b9fea3b57ba6fe70c17d110fe67bf (diff)
KB118 MlkBookmarkSubmissionForm: Set descriptionInput.{innerText => value}.
Change-Id: Ie500e369fa414039bcb1a35aab6fcf456d84956c
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 028c937..e2859db 100644
--- a/build.xml
+++ b/build.xml
@@ -136,6 +136,7 @@
<exec executable="./mvnw">
<arg value="clean"/>
</exec>
+ <delete dir="${web-dir}/.parcel-cache"/>
<delete dir="${web-dir}/node_modules"/>
<delete dir="${web-dir}/web_modules"/>
</target>