mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-14 07:44:04 +02:00
build: extract strings sync script for local use
This commit is contained in:
parent
f95093e1dc
commit
11bd4d214e
7 changed files with 19 additions and 12 deletions
7
scripts/sync-strings
Executable file
7
scripts/sync-strings
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue