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