From ae4426be1c36e2dfc86fcc0dd15802936fff31e8 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 20 Dec 2022 15:43:27 +0100 Subject: [PATCH] chore: skip await Signed-off-by: Johan Haals --- microsite-next/scripts/pre-build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite-next/scripts/pre-build.js b/microsite-next/scripts/pre-build.js index 1c4f6e6787..8b4fb4f71e 100644 --- a/microsite-next/scripts/pre-build.js +++ b/microsite-next/scripts/pre-build.js @@ -30,7 +30,7 @@ async function main() { const referencesDir = '../docs/reference'; if (existsSync(referencesDir)) { console.log('Removing HTML comments from docs/reference folder'); - await replace({ + replace({ regex: '', replacement: '', paths: [referencesDir],