mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Prevent typescript errors from crashing
This commit is contained in:
parent
274545ed49
commit
87d0a0489a
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ gulp.task('build:ts', () => {
|
|||
.src()
|
||||
.pipe(sourcemaps.init())
|
||||
.pipe(tsProject())
|
||||
.on('error', () => {})
|
||||
.pipe(sourcemaps.write('.', { includeContent: false, sourceRoot: '../built' }))
|
||||
.pipe(gulp.dest('./built/'));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue