wujingjing
2025-03-21 f78e1bd0772608c7cd59264ab94f87ef94012c0b
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();