yangyin
2024-10-31 1b40fd4862b65a0dd60c33fd25d5bd009b3b3dca
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();