wujingjing
2024-10-25 0d72143f97a09ad45472861455b25877a2868e59
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();