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