mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(monorepo/electron): fix missing commons dependency in prod
This commit is contained in:
parent
562d6fab3f
commit
953ad2ba1e
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user