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