wujingjing
2025-02-17 6a71c216a24a6623e4aa0b45d7c3240562c09c96
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();