Update gulpfile.js

This commit is contained in:
Jamie 2017-04-04 17:52:18 +01:00 committed by GitHub
parent 01f2c6dd2e
commit d41b4585cf

View file

@ -248,7 +248,6 @@ gulp.task('bundle', function () {
sourceMaps: true
})
})
})
gulp.task('typescript', function () {
return run('tsc').exec();