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