wujingjing
2024-12-02 0660f1309fd2beaa0b1f02a9e5145ed41ba2bfa9
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();