wujingjing
2024-12-12 f9cba7fdc9d60bbb2eee6d4eeff3556daea3e2ef
scripts/dev.js
@@ -1,5 +1,7 @@
const { copyFile ,checkCustomer,firstCustomerName} = require('./helper');
const { copyFile, checkCustomer, firstCustomerName, isPro,changeBranch } = require('./helper');
const { execSync } = require('child_process');
changeBranch();
checkCustomer('npm run dev', firstCustomerName);
copyFile();