diff --git a/Ombi/Ombi/gulpfile.js b/Ombi/Ombi/gulpfile.js index 8cec2f220..cd51f5548 100644 --- a/Ombi/Ombi/gulpfile.js +++ b/Ombi/Ombi/gulpfile.js @@ -248,7 +248,6 @@ gulp.task('bundle', function () { sourceMaps: true }) }) -}) gulp.task('typescript', function () { return run('tsc').exec();