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