yangyin
2024-09-09 7e3f98825b43f079425302180bcc91f4f20a3630
scripts/use.js
@@ -1,3 +1,4 @@
const { copyFile, checkCustomer, firstCustomerName } = require('./helper');
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();