0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -05:00

🐛 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;