We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1597ce commit 7f21b3bCopy full SHA for 7f21b3b
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
set -euo pipefail
41
42
# List packages to exclude (full paths under repo root)
43
- EXCLUDED_DIRS=("packages/protobufs" "packages/transport-deno" "packages/ui")
+ EXCLUDED_DIRS=("packages/protobufs" "packages/transport-deno" "packages/ui" "pacakges/web")
44
45
is_excluded() {
46
local dir="$1"
0 commit comments