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