mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-18 13:39:08 +02:00
Revert "remove website build from task"
This reverts commit 957b0adbe5
.
This commit is contained in:
@ -243,7 +243,7 @@ gulp.task('start-preview-server', function () {
|
|||||||
|
|
||||||
// TODO: fix tasks. eg. buildWebsite isn't needed anymore
|
// TODO: fix tasks. eg. buildWebsite isn't needed anymore
|
||||||
exports.release = series(
|
exports.release = series(
|
||||||
'runWebpack',
|
parallel('runWebpack', 'buildWebsite'),
|
||||||
'copyFiles',
|
'copyFiles',
|
||||||
'fixIndex',
|
'fixIndex',
|
||||||
'useRef',
|
'useRef',
|
||||||
|
Reference in New Issue
Block a user