Skip to content

Commit d9c4bdb

Browse files
committed
fixup! build, doc: use new api doc tooling
1 parent 8a0079e commit d9c4bdb

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
@@ -398,7 +398,7 @@ test/addons/.docbuildstamp: $(DOCBUILDSTAMP_PREREQS) tools/doc/node_modules
398398
-t addon-verify \
399399
-i doc/api/addons.md \
400400
-o test/addons/ \
401-
--type-map doc/type-map.json
401+
--type-map doc/type-map.json \
402402
) \
403403
[ $$? -eq 0 ] && touch $@; \
404404
fi

0 commit comments

Comments
 (0)