mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-23 15:18:30 +00:00
Update gulp release to also run lints
This commit is contained in:
parent
37a74f7a2c
commit
e1aec8ae8f
@ -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', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user