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