From 9f5a6ff34c135e6cd4d78cf7f4a1c476e42709ea Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期二, 05 十一月 2024 14:52:59 +0800 Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test --- scripts/use.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/use.js b/scripts/use.js index ba8248f..2808eaa 100644 --- a/scripts/use.js +++ b/scripts/use.js @@ -1,2 +1,4 @@ -const { copyFile } = require('./helper'); -copyFile('npm run use'); \ No newline at end of file +const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper'); +changeBranch(); +checkCustomer('npm run use', firstCustomerName); +copyFile(); -- Gitblit v1.9.3