chore: skip await

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-12-20 15:43:27 +01:00
parent a5789f2977
commit ae4426be1c
+1 -1
View File
@@ -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],