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',