mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Fix: Add a missing semicolon
This commit is contained in:
parent
14044a2f49
commit
060e72e567
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ gulp.task('build:ts', () => {
|
|||
return tsProject
|
||||
.src()
|
||||
.pipe(tsProject())
|
||||
.pipe(gulp.dest('./built/'))
|
||||
.pipe(gulp.dest('./built/'));
|
||||
});
|
||||
|
||||
gulp.task('build:about:docs', () => {
|
||||
|
|
Loading…
Reference in a new issue