From fd41b616f88aad2c03a9bcfd845326aa490251e5 Mon Sep 17 00:00:00 2001 From: sebastien Date: Thu, 15 Feb 2024 12:50:50 +0100 Subject: [PATCH] lint --- admin/scripts/generateExamples.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/scripts/generateExamples.js b/admin/scripts/generateExamples.js index 8e02334c8163..56e0bb87f6f1 100644 --- a/admin/scripts/generateExamples.js +++ b/admin/scripts/generateExamples.js @@ -25,7 +25,8 @@ async function generateTemplateExample(template) { // Run the docusaurus script to create the template in the examples folder const command = template.endsWith('-typescript') ? template.replace('-typescript', ' -- --typescript') - : `${template } -- --javascript`; + : `${template} -- --javascript`; + shell.exec( // We use the published init script on purpose, because the local init is // too new and could generate upcoming/unavailable config options.