mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	build: ignore ESLint and TypeScript errors for Production build
It improves performance when extra checking is not necessary.
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							| @@ -27,6 +27,9 @@ jobs: | ||||
|       - name: 'lint:editorconfig' | ||||
|         run: 'npm run lint:editorconfig' | ||||
|  | ||||
|       - name: 'lint:typescript' | ||||
|         run: 'npm run lint:typescript' | ||||
|  | ||||
|       - name: 'lint:markdown' | ||||
|         run: 'npm run lint:markdown' | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user