mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	Revert "chore(monorepo): use hoisted pattern as it might help signing"
This reverts commit 762da51183.
			
			
This commit is contained in:
		| @@ -36,7 +36,7 @@ function buildFilesToCopy() { | ||||
|  | ||||
|   for (const nodePath of nodePaths) { | ||||
|     files.push({ | ||||
|       from: join("..", "..", "node_modules", nodePath), | ||||
|       from: join("node_modules", nodePath), | ||||
|       to: join(outputDir, "node_modules", nodePath) | ||||
|     }) | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user