Skip to content

Commit

Permalink
don't sync when running the docs npm script because the project takes…
Browse files Browse the repository at this point in the history
… ages to build
  • Loading branch information
DetachHead committed Nov 22, 2024
1 parent 926143d commit 64e465f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test-python": "uv run --no-sync pytest tests",
"generate-docstubs": "uv run --no-sync based_build/generate_docstubs.py",
"localization-helper": "uv run --no-sync based_build/localization_helper.py",
"docs": "uv run mkdocs serve"
"docs": "uv run --no-sync mkdocs serve"
},
"devDependencies": {
"@detachhead/ts-helpers": "^16.2.0",
Expand Down

0 comments on commit 64e465f

Please sign in to comment.