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