feat(edit-docs): do proper becca cleaning before starting

This commit is contained in:
Elian Doran 2025-03-11 20:42:53 +02:00
parent d3cfc1c88b
commit 34ffba54ac
No known key found for this signature in database

View File

@ -67,6 +67,10 @@ function importData(input: Buffer) {
const { runOnDemandChecks } = (await import("./src/services/consistency_checks.js")).default;
await runOnDemandChecks(true);
becca.reset();
beccaLoader.load();
resolve();
});
});