wujingjing
2024-09-09 6917b3a7d101fff284b675db3a5528416e00cf54
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();