mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-02-02 11:48:25 +00:00
No need to run CI test for gulp release
CI tests should be run before starting the release process
This commit is contained in:
parent
ffbe3fe93a
commit
aeddcea4cb
@ -9,6 +9,5 @@ gulp.task('publish', done => {
|
||||
});
|
||||
|
||||
gulp.task('release', callback => {
|
||||
return runSequence('test', 'lint', 'build', 'publish', callback);
|
||||
return runSequence('build', 'publish', callback);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user