openclaw/pnpm-workspace.yaml
Harshal Jain a86c583e6b
fix: Update pnpm-workspace.yaml to support nested packages Change package glob pattern from 'packages/*' to 'packages/**' to properly include all nested packages under the packages directory. This resolves ERR_PNPM_WORKSPACE_PKG_NOT_FOUND errors during builds. Fixes #2745
This fix addresses issue #2745 where pnpm fails during builds due to workspace packages not being properly resolved. By changing the glob pattern from 'packages/*' to 'packages/**', we ensure that all nested packages are included in the workspace configuration, fixing the ERR_PNPM_WORKSPACE_PKG_NOT_FOUND error.
2026-01-27 18:17:54 +05:30

15 lines
234 B
YAML

packages:
- .
- ui
- packages/**
- extensions/*
onlyBuiltDependencies:
- '@whiskeysockets/baileys'
- '@lydell/node-pty'
- '@matrix-org/matrix-sdk-crypto-nodejs'
- authenticate-pam
- esbuild
- protobufjs
- sharp