2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-22 09:39:02 +00:00

Update gulp release to also run lints

This commit is contained in:
Jia Hao 2016-01-25 09:14:49 +08:00
parent 37a74f7a2c
commit e1aec8ae8f

View File

@ -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', () => {