wujingjing
2024-12-30 c4004648da4014c8777e4f4bd887ca28cb7afd97
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();