mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 21:24:50 +02:00
Fix: Add a missing semicolon
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user