From 957b0adbe5385e7e343e140a8f4b8b363e29b9ea Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 8 Jul 2024 14:30:23 +0530 Subject: [PATCH] remove website build from task --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index a1dd8b4..edf27da 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( - parallel('runWebpack', 'buildWebsite'), + 'runWebpack', 'copyFiles', 'fixIndex', 'useRef',