yangyin
2024-11-18 efd9873b6400110f7651c29480ca1f3e46f6d845
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();