fix(monorepo/electron): fix missing commons dependency in prod

pull/1738/head
Elian Doran 2025-04-20 23:10:24 +07:00
parent 562d6fab3f
commit 953ad2ba1e
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

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