d
yangyin
2024-09-09 207cc0331002882db712fa2edc8701081f987108
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();