mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-20 06:29:18 +02:00
remove website build from task
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user