yangyin
2024-11-04 db70a9d98e712fbedb041249bd8a95d8a889fb97
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();