From 28b02d59b8beac1cb98be9ea9a863dbb15898ca4 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期二, 10 九月 2024 16:04:26 +0800 Subject: [PATCH] 修改菜单图标 --- scripts/deploy.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy.js b/scripts/deploy.js index 37fa6d9..ba03c1c 100644 --- a/scripts/deploy.js +++ b/scripts/deploy.js @@ -1,4 +1,4 @@ -const { uploadFiles, customerList,checkCustomer,changeBranch} = require('./helper'); +const { uploadFiles, customerList, checkCustomer, changeBranch } = require('./helper'); if (!customerList || customerList.length === 0) { logError(`璇锋纭娇鐢ㄥ懡浠� 鈥渘pm run deploy [customer1,customer2,customer3,...]鈥濓紝 @@ -8,6 +8,6 @@ } changeBranch(); -checkCustomer('npm run deploy') +checkCustomer('npm run deploy'); uploadFiles(); -- Gitblit v1.9.3