mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	chore(nx): run client server automatically
This commit is contained in:
		
							parent
							
								
									aa72b6ebf6
								
							
						
					
					
						commit
						cb8a08d590
					
				| @ -115,8 +115,13 @@ | |||||||
|       "serve": { |       "serve": { | ||||||
|         "executor": "@nx/js:node", |         "executor": "@nx/js:node", | ||||||
|         "dependsOn": [ |         "dependsOn": [ | ||||||
|  |           { | ||||||
|  |             "projects": [ "client" ], | ||||||
|  |             "target": "serve" | ||||||
|  |           }, | ||||||
|           "build-without-client" |           "build-without-client" | ||||||
|         ], |         ], | ||||||
|  |         "continuous": true, | ||||||
|         "options": { |         "options": { | ||||||
|           "buildTarget": "server:build-without-client:development", |           "buildTarget": "server:build-without-client:development", | ||||||
|           "runBuildTargetDependencies": false |           "runBuildTargetDependencies": false | ||||||
|  | |||||||
| @ -12,7 +12,7 @@ | |||||||
|     "server:test": "nx test server", |     "server:test": "nx test server", | ||||||
|     "server:build": "nx build server", |     "server:build": "nx build server", | ||||||
|     "server:coverage": "nx test server --coverage", |     "server:coverage": "nx test server --coverage", | ||||||
|     "server:start": "nx run-many --target=serve --projects=client,server --parallel", |     "server:start": "nx run server:serve", | ||||||
|     "server:start-prod": "nx run server:start-prod", |     "server:start-prod": "nx run server:start-prod", | ||||||
|     "electron:build": "nx build desktop", |     "electron:build": "nx build desktop", | ||||||
|     "chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts", |     "chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran