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