Skip to content

Commit

Permalink
clean up npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-romero committed Dec 3, 2024
1 parent 6cf3481 commit cd6d9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install-pre-commit: install ## Install pre-commit hooks
poetry run pre-commit install

install-generator: install ## Install dependencies for SDK code generator
npm install --save remark-math@6 rehype-katex@7
npm install

generate: install-generator ## Generate the SDK from our public openapi spec
node_modules/.bin/openapi-generator-cli generate -i spec/public-api.yaml \
Expand Down Expand Up @@ -107,7 +107,7 @@ docs-comprehensive: apidocs ## Builds docs comprehensively (integrating API ref
cd docs && npm run build

apidocs: ## Installs necessary npm packages and builds API reference documentation using Sphinx.
cd docs && npm install --save remark-math@6 rehype-katex@7
cd docs && npm install
poetry run make html

html: ## Builds HTML reference documentation using Sphinx.
Expand Down

0 comments on commit cd6d9f7

Please sign in to comment.