mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-24 00:39:32 +09:00
Fix: Add a missing semicolon
This commit is contained in:
parent
d55f9975bb
commit
59913c96cf
@ -51,7 +51,7 @@ gulp.task('build:ts', () => {
|
|||||||
return tsProject
|
return tsProject
|
||||||
.src()
|
.src()
|
||||||
.pipe(tsProject())
|
.pipe(tsProject())
|
||||||
.pipe(gulp.dest('./built/'))
|
.pipe(gulp.dest('./built/'));
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('build:about:docs', () => {
|
gulp.task('build:about:docs', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user