Merge pull request #1339 from TriliumNext/build_server-build-dump-db

build(build-server): stop copying dump-db during build
This commit is contained in:
Elian Doran 2025-03-05 13:48:13 +02:00 committed by GitHub
commit 17e3bd9f6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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`