Skip to content

Commit 8cbbb33

Browse files
chore(make): use installed typedoc version
See parent commit
1 parent 3cf4347 commit 8cbbb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ docs-kotlin: $(DOCS_KOTLIN) ## Generate Kotlin docs
558558
# TypeScript docs via Typedoc
559559
$(STAMPS)/docs-ts: $(TS_OUT)
560560
cd crypto-ffi/bindings/js && \
561-
bun x typedoc \
561+
bun typedoc \
562562
--basePath ./ \
563563
--entryPoints src/CoreCrypto.ts \
564564
--tsconfig tsconfig.json \

0 commit comments

Comments
 (0)