From e1aec8ae8fee671bf9bd4d604037717a6b7a3c56 Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Mon, 25 Jan 2016 09:14:49 +0800 Subject: [PATCH] Update gulp release to also run lints --- gulpfile.babel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 1056db5..8c4e1e9 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -63,7 +63,7 @@ gulp.task('publish', done => { }); gulp.task('release', callback => { - return runSequence('test', 'build', 'publish', callback); + return runSequence('test', 'lint', 'build', 'publish', callback); }); gulp.task('lint', () => {