Add lint task to test command.

This commit is contained in:
Blade Barringer
2015-11-15 08:28:16 -06:00
parent 037337d54f
commit 2e16bade2b

View File

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