🐛 Fix backend dist build script.

Add svgclean.js to the dist.
This commit is contained in:
Andrey Antukh
2021-01-13 15:14:38 +01:00
parent f66ddcaa2d
commit 69ead3348f

View File

@@ -17,6 +17,7 @@ done
cp ./resources/log4j2-bundle.xml ./target/dist/log4j2.xml
cp -r ./src ./target/dist/main
cp -r ./resources/emails ./target/dist/main/
cp -r ./resources/svgclean.js ./target/dist/main/
cp -r ../common ./target/dist/common
echo $NEWCP > ./target/dist/classpath;