wujingjing
2024-09-14 4156f827040971e089899f493330b47726a49b8b
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();