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.
15 lines
234 B
YAML
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
|