yangyin
2024-11-22 93357e65760faaf35a65398738ab24d07674be40
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();