wujingjing
2024-11-04 943c2f5d3358fb7839d3a208c12359b02be0faa9
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();