From d41b4585cf89417bd899ed4890b45e52cfc2756d Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 4 Apr 2017 17:52:18 +0100 Subject: [PATCH] Update gulpfile.js --- Ombi/Ombi/gulpfile.js | 1 - 1 file changed, 1 deletion(-) 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();