mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
7 lines
186 B
Text
7 lines
186 B
Text
|
|
#!/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
|