diff --git a/gulpfile.ts b/gulpfile.ts index efb780ddc7..5518d0e261 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', () => {