wujingjing
2024-11-13 82b7904f253ed3e2311f0b8ed2891621ef38505c
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();