fix(ci): add ui library to excluded list (#928)

This commit is contained in:
Dan Ditomaso
2025-11-03 21:59:40 -05:00
committed by GitHub
parent 1af1295b8f
commit 2e60af1e29

View File

@@ -40,7 +40,7 @@ jobs:
set -euo pipefail
# List packages to exclude (full paths under repo root)
EXCLUDED_DIRS=("packages/protobufs" "packages/transport-deno")
EXCLUDED_DIRS=("packages/protobufs" "packages/transport-deno" "packages/ui")
is_excluded() {
local dir="$1"