We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scripts/apidocgen
1 parent a36cd0b commit ebe1b56Copy full SHA for ebe1b56
scripts/apidocgen/generate.sh
@@ -27,12 +27,12 @@ go run github.com/swaggo/swag/cmd/swag@v1.8.6 init \
27
popd
28
29
pushd "${APIDOCGEN_DIR}"
30
-npm ci
+yarn
31
32
# Make sure that widdershins is installed correctly.
33
-npm exec -- widdershins --version
+yarn exec -- widdershins --version
34
# Render the Markdown file.
35
-npm exec -- widdershins \
+yarn exec -- widdershins \
36
--user_templates "./markdown-template" \
37
--search false \
38
--omitHeader true \
0 commit comments