wujingjing
2024-12-17 1622a4d80dd86d0fde35af6908937f9be670fee3
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();