mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
11 lines
224 B
Text
11 lines
224 B
Text
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
set -ex
|
||
|
|
|
||
|
|
cd "$(dirname "$0")/.."
|
||
|
|
|
||
|
|
uv sync --group docs
|
||
|
|
uv pip install -e .
|
||
|
|
uv run python docs/run_markdown_code_runner.py
|
||
|
|
uv run python .github/update-services.py
|
||
|
|
uv run python .github/update-strings.py
|