wujingjing
2025-01-06 14e22728d1c03eb4cc770c8c93cfe9296b1a9441
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();