1
0
mirror of https://github.com/WeBankFinTech/fes.js.git synced 2025-04-06 03:59:53 +08:00

Update generateFiles.js

This commit is contained in:
hkc452 2021-09-01 21:50:07 +08:00 committed by GitHub
parent 590dd5d091
commit ebf617abe1

@ -12,7 +12,7 @@ export default async ({ api, watch }) => {
}); });
} }
const watchers = []; let watchers = [];
await generate(); await generate();