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