mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 17:41:09 +02:00
fix(mana-analytics): copy shared-logger into installer (transitive workspace dep)
shared-hono depends on @mana/shared-logger; without it, the bun runtime crashes on first import with ENOENT for the workspace symlink target. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
db01ddccc7
commit
5387681936
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ WORKDIR /app
|
|||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||
COPY services/mana-analytics/package.json ./services/mana-analytics/
|
||||
COPY packages/shared-hono ./packages/shared-hono
|
||||
COPY packages/shared-logger ./packages/shared-logger
|
||||
|
||||
# Install only mana-analytics and its workspace deps
|
||||
RUN pnpm install --filter @mana/analytics... --no-frozen-lockfile --ignore-scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue