Skip to content

Commit

Permalink
[ci skip] generating externs should be explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 24, 2017
1 parent e927bc9 commit a8a57bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ let EXPECTED_WARNING_COUNT = 498;

gulp.task('clean', () => del(DIST_DIR));

gulp.task('closure', ['clean', 'generate-closure-externs'], () => {
gulp.task('closure', ['clean'], () => {

let entry, splitRx, joinRx;

Expand Down

0 comments on commit a8a57bf

Please sign in to comment.