From: Jérôme Benoit Date: Wed, 17 Jul 2024 12:54:39 +0000 (+0200) Subject: refactor: npx -> pnpm dlx where appropriates X-Git-Tag: v4.1.0~6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=21b76dc2ca538ea8691570e599b152d4d4dd50bd;p=poolifier.git refactor: npx -> pnpm dlx where appropriates Signed-off-by: Jérôme Benoit --- 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),