From 21b76dc2ca538ea8691570e599b152d4d4dd50bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 17 Jul 2024 14:54:39 +0200 Subject: [PATCH] refactor: npx -> pnpm dlx where appropriates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- typedoc.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedoc.mjs b/typedoc.mjs index cc33cb68..0b0c7b46 100644 --- a/typedoc.mjs +++ b/typedoc.mjs @@ -16,7 +16,7 @@ try { join(dirname(fileURLToPath(import.meta.url)), 'tmp', markdownFile) ) } - execSync('npx typedoc', { stdio: 'inherit' }) + execSync('pnpm dlx typedoc', { stdio: 'inherit' }) for (const markdownFile of markdownFiles) { copyFileSync( join(dirname(fileURLToPath(import.meta.url)), 'tmp', markdownFile), -- 2.34.1