From 2e16bade2b8031f499438022bcc7ea46cfc63103 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sun, 15 Nov 2015 08:28:16 -0600 Subject: [PATCH] Add lint task to test command. --- tasks/gulp-tests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/gulp-tests.js b/tasks/gulp-tests.js index b6e28e534d..8ed443b237 100644 --- a/tasks/gulp-tests.js +++ b/tasks/gulp-tests.js @@ -328,6 +328,7 @@ gulp.task('test:api-v2:safe', ['test:prepare:server'], (done) => { gulp.task('test:all', (done) => { runSequence( + 'lint', 'test:e2e:safe', 'test:common:safe', // 'test:content:safe',