fix(monorepo/server): fix missing monorepo dependencies

This commit is contained in:
Elian Doran
2025-04-20 23:26:50 +03:00
parent 953ad2ba1e
commit 8cc4bcb711
2 changed files with 5 additions and 5 deletions

View File

@@ -13,11 +13,6 @@ function log(...args: any[]) {
}
try {
/**
* Copy the commons.
*/
fs.copySync("../../packages/commons/build", path.join(DEST_DIR, "node_modules", "@triliumnext/commons"));
/**
* Copy the server.
*/