dump-db should not contain node_modules in release artifacts

This commit is contained in:
zadam
2022-12-04 23:49:16 +01:00
parent 518a413de7
commit 0d06d5ccee
5 changed files with 4 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ rm -r $BUILD_DIR/swiftshader
cp bin/tpl/anonymize-database.sql $BUILD_DIR/
cp -r dump-db $BUILD_DIR/
rm -rf $BUILD_DIR/dump-db/node_modules
cp bin/tpl/trilium-portable.sh $BUILD_DIR/
chmod 755 $BUILD_DIR/trilium-portable.sh