Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored May 30, 2024
1 parent 62a4a65 commit e96acd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ lint-check = [
"ruff .",
]
docs-serve = "python scripts/generate_gallery.py;mkdocs serve"
docs-build = "python scripts/postprocess_videos.py;python scripts/generate_gallery.py;mkdocs build;mkdocs serve"
docs-build = "python scripts/postprocess_videos.py;python scripts/generate_gallery.py;mkdocs build"
panel-serve = "panel serve docs/examples/**/*.py --static-dirs thumbnails=docs/assets/thumbnails --autoreload"
panel-convert = "python scripts/convert_apps.py"
docs-record = "pytest -s -m ui --screenshot on --video on --headed && python scripts/postprocess_videos.py"
Expand Down

0 comments on commit e96acd2

Please sign in to comment.