build(build-server): stop copying dump-db during build

This commit is contained in:
Panagiotis Papadopoulos 2025-03-05 09:28:41 +01:00
parent 7bcbf29f21
commit f8c8b9eb3f

View File

@ -66,8 +66,6 @@ chmod 755 $PKG_DIR/trilium.sh
cp bin/tpl/anonymize-database.sql $PKG_DIR/
cp -r translations $PKG_DIR/
cp -r dump-db $PKG_DIR/
rm -rf $PKG_DIR/dump-db/node_modules
VERSION=`jq -r ".version" package.json`