scripts: update release

This commit is contained in:
nym21
2026-01-25 14:36:46 +01:00
parent dad7780ab8
commit 543cde525e
3 changed files with 4 additions and 3 deletions

View File

@@ -60,12 +60,12 @@ echo ""
echo "--- JavaScript ---"
cd "$ROOT_DIR/modules/brk-client"
# npm test
npm test
echo ""
echo "--- Python ---"
cd "$ROOT_DIR/packages/brk_client"
# uv run pytest tests/ -s
uv run pytest tests/ -s
echo ""
# ============================================================================

View File

@@ -21,6 +21,7 @@ CRATES=(
brk_computer
brk_query
brk_bindgen
brk_website
brk_server
brk_client
brk