Skip to content

Commit b043721

Browse files
committed
makefile docs command update
1 parent 910cc83 commit b043721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ build-api-reference:
4747
cd website && poetry run ./build_api_reference.sh
4848

4949
build-docs:
50-
cd website && npm clean-install && npm run build
50+
cd website && poetry run npm clean-install && poetry run npm run build
5151

5252
run-docs: build-api-reference
53-
cd website && npm clean-install && npm run start
53+
cd website && poetry run npm clean-install && poetry run npm run start

0 commit comments

Comments
 (0)