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 910cc83 commit b043721Copy full SHA for b043721
Makefile
@@ -47,7 +47,7 @@ build-api-reference:
47
cd website && poetry run ./build_api_reference.sh
48
49
build-docs:
50
- cd website && npm clean-install && npm run build
+ cd website && poetry run npm clean-install && poetry run npm run build
51
52
run-docs: build-api-reference
53
- cd website && npm clean-install && npm run start
+ cd website && poetry run npm clean-install && poetry run npm run start
0 commit comments