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