Skip to content

Commit

Permalink
extension: Don't lint in the watch loop.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jul 29, 2016
1 parent fe634e7 commit 999d3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-extension/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ gulp.task('watch', ['lint', 'browserify', 'html', 'copyReportScripts'], () => {
'*.js',
'app/src/**/*.js',
'../lighthouse-core/**/*.js'
], ['browserify', 'lint']);
], ['browserify']);
});

gulp.task('package', function() {
Expand Down

0 comments on commit 999d3bf

Please sign in to comment.