mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 14:24:03 +02:00
7 lines
186 B
Bash
Executable file
7 lines
186 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -ex
|
|
cd "$(dirname "$0")/.."
|
|
|
|
uv run markdown-code-runner --verbose README.md
|
|
uv run python ./scripts/update-services.py
|
|
uv run python ./scripts/update-strings.py
|