wujingjing
2025-02-17 6a71c216a24a6623e4aa0b45d7c3240562c09c96
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();