mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Prevent typescript errors from crashing
This commit is contained in:
		
							parent
							
								
									f0f5b32300
								
							
						
					
					
						commit
						7850d68dc2
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -47,6 +47,7 @@ gulp.task('build:ts', () => {
 | 
				
			||||||
		.src()
 | 
							.src()
 | 
				
			||||||
		.pipe(sourcemaps.init())
 | 
							.pipe(sourcemaps.init())
 | 
				
			||||||
		.pipe(tsProject())
 | 
							.pipe(tsProject())
 | 
				
			||||||
 | 
							.on('error', () => {})
 | 
				
			||||||
		.pipe(sourcemaps.write('.', { includeContent: false, sourceRoot: '../built' }))
 | 
							.pipe(sourcemaps.write('.', { includeContent: false, sourceRoot: '../built' }))
 | 
				
			||||||
		.pipe(gulp.dest('./built/'));
 | 
							.pipe(gulp.dest('./built/'));
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue