From e71dad5482dab3886e808d09c52e5f0eb36567ad Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期五, 15 十一月 2024 13:42:29 +0800 Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.Admin.V1.0 into test --- scripts/use.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/scripts/use.js b/scripts/use.js index 3623e43..2808eaa 100644 --- a/scripts/use.js +++ b/scripts/use.js @@ -1,3 +1,4 @@ -const { copyFile, checkCustomer, firstCustomerName } = require('./helper'); +const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper'); +changeBranch(); checkCustomer('npm run use', firstCustomerName); copyFile(); -- Gitblit v1.9.3