Skip to content

Commit 2e60af1

Browse files
authored
fix(ci): add ui library to excluded list (#928)
1 parent 1af1295 commit 2e60af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
set -euo pipefail
4141
4242
# List packages to exclude (full paths under repo root)
43-
EXCLUDED_DIRS=("packages/protobufs" "packages/transport-deno")
43+
EXCLUDED_DIRS=("packages/protobufs" "packages/transport-deno" "packages/ui")
4444
4545
is_excluded() {
4646
local dir="$1"

0 commit comments

Comments
 (0)