mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix(monorepo/electron): fix missing commons dependency in prod
This commit is contained in:
		| @@ -13,6 +13,11 @@ function log(...args: any[]) { | |||||||
| } | } | ||||||
|  |  | ||||||
| try { | try { | ||||||
|  |     /** | ||||||
|  |      * Copy the commons. | ||||||
|  |      */ | ||||||
|  |     fs.copySync("../../packages/commons/build", path.join(DEST_DIR, "node_modules", "@triliumnext/commons")); | ||||||
|  |  | ||||||
|     /** |     /** | ||||||
|      * Copy the server. |      * Copy the server. | ||||||
|      */ |      */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user