Skip to content

Commit 7f21b3b

Browse files
authored
Add 'packages/web' to excluded directories (#947)
1 parent d1597ce commit 7f21b3b

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" "packages/ui")
43+
EXCLUDED_DIRS=("packages/protobufs" "packages/transport-deno" "packages/ui" "pacakges/web")
4444
4545
is_excluded() {
4646
local dir="$1"

0 commit comments

Comments
 (0)