wujingjing
2024-11-03 c56e32865068bc1c8c4950394772922d69f820f8
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();