mirror of
https://github.com/meshtastic/web.git
synced 2025-12-23 15:51:28 -05:00
Add 'packages/web' to excluded directories (#947)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
set -euo pipefail
|
||||
|
||||
# List packages to exclude (full paths under repo root)
|
||||
EXCLUDED_DIRS=("packages/protobufs" "packages/transport-deno" "packages/ui")
|
||||
EXCLUDED_DIRS=("packages/protobufs" "packages/transport-deno" "packages/ui" "pacakges/web")
|
||||
|
||||
is_excluded() {
|
||||
local dir="$1"
|
||||
|
||||
Reference in New Issue
Block a user