From 59913c96cfda5822190b87fbfb0bff7388591713 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 18 Mar 2017 00:01:59 +0900 Subject: [PATCH] Fix: Add a missing semicolon --- gulpfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.ts b/gulpfile.ts index efb780ddc..5518d0e26 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -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', () => {