wujingjing
2025-02-27 45833cf0bcafc65a9a9c755b4efc43bd5d98941a
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();