From ced39e16058719703e3672940712b8ec32d6be11 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 8 Jul 2024 16:58:43 +0530 Subject: [PATCH] Revert "remove website build from task" This reverts commit 957b0adbe5385e7e343e140a8f4b8b363e29b9ea. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index edf27da..a1dd8b4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -243,7 +243,7 @@ gulp.task('start-preview-server', function () { // TODO: fix tasks. eg. buildWebsite isn't needed anymore exports.release = series( - 'runWebpack', + parallel('runWebpack', 'buildWebsite'), 'copyFiles', 'fixIndex', 'useRef',