Skip to content

Commit 59d9334

Browse files
committed
Fix: npm exec
1 parent 79285d2 commit 59d9334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/apidocgen/generate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ echo "Use temporary file: ${API_MD_TMP_FILE}"
3131
npm ci
3232

3333
# Make sure that widdershins is installed correctly.
34-
node ./node_modules/widdershins/widdershins.js --version
34+
npm exec -- widdershins --version
3535

3636
# Render the Markdown file.
37-
node ./node_modules/widdershins/widdershins.js \
37+
npm exec -- widdershins \
3838
--user_templates "./markdown-template" \
3939
--search false \
4040
--omitHeader true \

0 commit comments

Comments
 (0)