mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	chore(ckeditor): set proper typecheck dependencies
This commit is contained in:
		| @@ -16,7 +16,12 @@ | ||||
|     } | ||||
|   }, | ||||
|   "nx": { | ||||
|     "name": "ckeditor5" | ||||
|     "name": "ckeditor5", | ||||
|     "targets": { | ||||
|       "typecheck": { | ||||
|         "dependsOn": [ "^build" ] | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "ckeditor5": "43.2.0", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user