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