mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 01:41:08 +02:00
fix(matrix): add shared-branding and shared-ui to Dockerfile
Update lockfile and Dockerfile to include missing shared packages required for PillNavigation integration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
cc130ccb24
commit
a938ed86d4
2 changed files with 250 additions and 463 deletions
|
|
@ -19,10 +19,12 @@ COPY pnpm-lock.yaml ./
|
|||
|
||||
# Copy shared packages needed by matrix web
|
||||
COPY packages/shared-auth ./packages/shared-auth
|
||||
COPY packages/shared-branding ./packages/shared-branding
|
||||
COPY packages/shared-i18n ./packages/shared-i18n
|
||||
COPY packages/shared-icons ./packages/shared-icons
|
||||
COPY packages/shared-tailwind ./packages/shared-tailwind
|
||||
COPY packages/shared-theme ./packages/shared-theme
|
||||
COPY packages/shared-ui ./packages/shared-ui
|
||||
COPY packages/shared-utils ./packages/shared-utils
|
||||
|
||||
# Copy matrix web app
|
||||
|
|
|
|||
711
pnpm-lock.yaml
generated
711
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue