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:
parent
f66ddcaa2d
commit
69ead3348f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue