wujingjing
2025-01-09 212433a599d85034fe72b34f55c5699f24b20039
scripts/use.js
@@ -1,2 +1,4 @@
const { copyFile } = require('./helper');
copyFile('npm run use');
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();