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