repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5b4343
)
refactor: npx -> pnpm dlx where appropriates
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Wed, 17 Jul 2024 12:54:39 +0000
(14:54 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/typedoc.mjs
b/typedoc.mjs
index cc33cb68677865f7af0ce5577e2bc0adbbd33ad2..0b0c7b4605a9a526e7d97a7257e1f05509bcf17d 100644
(file)
--- a/
typedoc.mjs
+++ b/
typedoc.mjs
@@
-16,7
+16,7
@@
try {
join(dirname(fileURLToPath(import.meta.url)), 'tmp', markdownFile)
)
}
- execSync('
np
x typedoc', { stdio: 'inherit' })
+ execSync('
pnpm dl
x typedoc', { stdio: 'inherit' })
for (const markdownFile of markdownFiles) {
copyFileSync(
join(dirname(fileURLToPath(import.meta.url)), 'tmp', markdownFile),