yangyin
2024-09-10 28b02d59b8beac1cb98be9ea9a863dbb15898ca4
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();