1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-04-29 23:18:00 +02:00

gulpfile: add back packaging extension task to release

This commit is contained in:
Kushagra Gour 2019-07-03 03:21:57 +05:30
parent e178c1451d
commit a162c5e555

View File

@ -226,7 +226,7 @@ gulp.task('release', function(callback) {
'concatSwRegistration',
'minify',
'generate-service-worker',
// 'packageExtension',
'packageExtension',
'buildDistFolder',
'cleanup',
function(error) {