1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-30 18:20:15 +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', 'concatSwRegistration',
'minify', 'minify',
'generate-service-worker', 'generate-service-worker',
// 'packageExtension', 'packageExtension',
'buildDistFolder', 'buildDistFolder',
'cleanup', 'cleanup',
function(error) { function(error) {