mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +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" |             "buildTarget": "@triliumnext/server:build:production" | ||||||
|           } |           } | ||||||
|         } |         } | ||||||
|  |       }, | ||||||
|  |       "build": { | ||||||
|  |         "dependsOn": [ | ||||||
|  |           { | ||||||
|  |             "target": "build", | ||||||
|  |             "projects": [ "client" ] | ||||||
|  |           } | ||||||
|  |         ] | ||||||
|       } |       } | ||||||
|     } |     } | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -5,7 +5,9 @@ | |||||||
|   "directories": { |   "directories": { | ||||||
|     "doc": "docs" |     "doc": "docs" | ||||||
|   }, |   }, | ||||||
|   "scripts": {}, |   "scripts": { | ||||||
|  |     "server:build": "nx affected:build server" | ||||||
|  |   }, | ||||||
|   "private": true, |   "private": true, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@eslint/js": "^9.8.0", |     "@eslint/js": "^9.8.0", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user