wujingjing
2024-10-24 19ac1dc75dcc964c0f59042f1d4da48ca5b174e4
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();