Skip to content

Commit

Permalink
More simplifications (microsoft#67863)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Feb 4, 2019
1 parent 0280160 commit 8f95df5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/gulpfile.extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ const tasks = compilations.map(function (tsconfigFile) {
// Tasks
gulp.task('compile-extension:' + name, compileTask);
gulp.task('watch-extension:' + name, watchTask);
gulp.task('compile-extension-build:' + name, compileBuildTask);

return {
compileTask: compileTask,
Expand Down

0 comments on commit 8f95df5

Please sign in to comment.