refactor: npx -> pnpm dlx where appropriates
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 17 Jul 2024 12:54:39 +0000 (14:54 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 17 Jul 2024 12:54:39 +0000 (14:54 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
typedoc.mjs

index cc33cb68677865f7af0ce5577e2bc0adbbd33ad2..0b0c7b4605a9a526e7d97a7257e1f05509bcf17d 100644 (file)
@@ -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),