mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-23 23:28:31 +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 => {
|
gulp.task('release', callback => {
|
||||||
return runSequence('test', 'build', 'publish', callback);
|
return runSequence('test', 'lint', 'build', 'publish', callback);
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('lint', () => {
|
gulp.task('lint', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user