wujingjing
2025-01-03 d43a9b7b743bc27b2a8740e97f55a1f352ac00c0
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();