mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	chore(nx): trigger client build when server is built
This commit is contained in:
		| @@ -140,6 +140,14 @@ | ||||
|             "buildTarget": "@triliumnext/server:build:production" | ||||
|           } | ||||
|         } | ||||
|       }, | ||||
|       "build": { | ||||
|         "dependsOn": [ | ||||
|           { | ||||
|             "target": "build", | ||||
|             "projects": [ "client" ] | ||||
|           } | ||||
|         ] | ||||
|       } | ||||
|     } | ||||
|   } | ||||
|   | ||||
| @@ -5,7 +5,9 @@ | ||||
|   "directories": { | ||||
|     "doc": "docs" | ||||
|   }, | ||||
|   "scripts": {}, | ||||
|   "scripts": { | ||||
|     "server:build": "nx affected:build server" | ||||
|   }, | ||||
|   "private": true, | ||||
|   "devDependencies": { | ||||
|     "@eslint/js": "^9.8.0", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user