wujingjing
2024-11-04 943c2f5d3358fb7839d3a208c12359b02be0faa9
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();