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.
1 parent 1de331e commit afb3675Copy full SHA for afb3675
Makefile
@@ -49,7 +49,7 @@ serve-docs:
49
50
# This will initialize the node_modules needed to run the docs dev server. Run this before running serve-docs
51
init-docs:
52
- docker run --rm --workdir=/docs -v $${PWD}/docs:/docs node:18-buster yarn install
+ docker run --rm --workdir=/docs -v $${PWD}/docs:/docs node:18-buster npm install
53
54
# Ensure docs build without errors. Makes sure generated docs are in-sync with CLI.
55
validate-docs: gen-docs
0 commit comments