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 734f9e2 commit caafc75Copy full SHA for caafc75
Makefile
@@ -53,7 +53,7 @@ init-docs:
53
54
# Ensure docs build without errors. Makes sure generated docs are in-sync with CLI.
55
validate-docs: gen-docs
56
- docker run --rm --workdir=/docs -v $${PWD}/docs:/docs node:18-buster yarn build
+ docker run --rm --workdir=/docs -v $${PWD}/docs:/docs node:18-buster npm run build
57
if [ -n "$$(git status --porcelain --untracked-files=no)" ]; then \
58
git status --porcelain --untracked-files=no; \
59
echo "Encountered dirty repo!"; \
0 commit comments