From 6b2a39c67322efebd8d81a748f2ab5f81ced7612 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Mon, 5 Jul 2021 22:54:53 +0800 Subject: [PATCH] u --- deploy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.js b/deploy.js index 7d0900f..7482d7b 100644 --- a/deploy.js +++ b/deploy.js @@ -6,7 +6,7 @@ const commander = require('commander') const deepmerge = require('deepmerge') // 默认参数 -const wo = { global.wo = { +const wo = (global.wo = { envi: { deploy: { fromDist: './dist', @@ -34,7 +34,7 @@ const wo = { global.wo = { } } } -}} +}) // 读取配置文件 try {