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

This commit is contained in:
Elian Doran 2025-04-20 23:10:24 +03:00
parent 562d6fab3f
commit 953ad2ba1e
No known key found for this signature in database

View File

@ -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.
*/