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