yangyin
2024-09-10 28b02d59b8beac1cb98be9ea9a863dbb15898ca4
scripts/use.js
@@ -1,3 +1,4 @@
const { copyFile, checkCustomer, firstCustomerName } = require('./helper');
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();