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

pull/1339/head
Panagiotis Papadopoulos 2025-03-05 09:28:41 +07:00
parent 7bcbf29f21
commit f8c8b9eb3f
1 changed files with 0 additions and 2 deletions

@ -66,8 +66,6 @@ chmod 755 $PKG_DIR/trilium.sh
cp bin/tpl/anonymize-database.sql $PKG_DIR/ cp bin/tpl/anonymize-database.sql $PKG_DIR/
cp -r translations $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` VERSION=`jq -r ".version" package.json`