mirror of https://github.com/ghostfolio/ghostfolio
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							28 lines
						
					
					
						
							656 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							28 lines
						
					
					
						
							656 B
						
					
					
				| { | |
|   "name": "ui-e2e", | |
|   "$schema": "../../node_modules/nx/schemas/project-schema.json", | |
|   "sourceRoot": "apps/ui-e2e/src", | |
|   "projectType": "application", | |
|   "tags": [], | |
|   "implicitDependencies": ["ui"], | |
|   "targets": { | |
|     "e2e": { | |
|       "executor": "@nx/cypress:cypress", | |
|       "options": { | |
|         "cypressConfig": "apps/ui-e2e/cypress.json", | |
|         "devServerTarget": "ui:storybook" | |
|       }, | |
|       "configurations": { | |
|         "ci": { | |
|           "devServerTarget": "ui:storybook:ci" | |
|         } | |
|       } | |
|     }, | |
|     "lint": { | |
|       "executor": "@nx/eslint:lint", | |
|       "options": { | |
|         "lintFilePatterns": ["apps/ui-e2e/**/*.{js,ts}"] | |
|       } | |
|     } | |
|   } | |
| }
 | |
| 
 |