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