Skip to content

Commit

Permalink
fix docusaurus-mdx-checker command
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Oct 16, 2024
1 parent 61e0418 commit a9daece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build: ## Build the website, output in ./build/

.PHONY: test
test: ## Run all tests
npm docusaurus-mdx-checker
npx docusaurus-mdx-checker

#.PHONY: fmt
#fmt: ## Run syntax re-formatting
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To re-generate all of the MDX files from the OpenAPI schema file:

You can test that the output is valid:

npm docusaurus-mdx-checker
npx docusaurus-mdx-checker

Then you would usually check that the entire site can still build (this is slow):

Expand Down

0 comments on commit a9daece

Please sign in to comment.