mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-30 02:09:26 -07:00
scripts: update release
This commit is contained in:
@@ -34,5 +34,5 @@
|
||||
"url": "git+https://github.com/bitcoinresearchkit/brk.git"
|
||||
},
|
||||
"type": "module",
|
||||
"version": "0.1.0-alpha.6"
|
||||
"version": "0.1.0-beta.0"
|
||||
}
|
||||
|
||||
@@ -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 ""
|
||||
|
||||
# ============================================================================
|
||||
|
||||
@@ -21,6 +21,7 @@ CRATES=(
|
||||
brk_computer
|
||||
brk_query
|
||||
brk_bindgen
|
||||
brk_website
|
||||
brk_server
|
||||
brk_client
|
||||
brk
|
||||
|
||||
Reference in New Issue
Block a user