diff --git a/based_build/generateAllDocstubs.sh b/based_build/generateAllDocstubs.sh index c4e37df55..9d6f53d17 100755 --- a/based_build/generateAllDocstubs.sh +++ b/based_build/generateAllDocstubs.sh @@ -1,5 +1,5 @@ for pythonVersion in 3.13 3.12 3.11 3.10 3.9 3.8; do ./pw uv venv --python $pythonVersion ./pw uv sync --only-group=docstubs --no-install-project - ./pw uv run npm run generate-docstubs + ./pw uv run --no-sync npm run generate-docstubs done \ No newline at end of file