mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
fix: remove stale references to deleted packages (shared-auth-stores, shared-profile-ui, shared-app-onboarding)
- Dockerfile.sveltekit-base: remove COPY lines for 3 deleted packages - CI workflow: remove shared-profile-ui from SHARED_WEB_PATTERN - manavoxel package.json: remove shared-auth-stores dependency - uload CLAUDE.md: update auth store reference to shared-auth-ui - APP_ONBOARDING.md: update package path to shared-ui/onboarding Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a15b027e96
commit
ec7c563283
5 changed files with 10 additions and 18 deletions
|
|
@ -31,7 +31,6 @@ COPY patches/ ./patches/
|
|||
COPY packages/credit-operations ./packages/credit-operations
|
||||
COPY packages/qr-export ./packages/qr-export
|
||||
COPY packages/shared-api-client ./packages/shared-api-client
|
||||
COPY packages/shared-app-onboarding ./packages/shared-app-onboarding
|
||||
COPY packages/shared-auth ./packages/shared-auth
|
||||
COPY packages/shared-auth-ui ./packages/shared-auth-ui
|
||||
COPY packages/shared-branding ./packages/shared-branding
|
||||
|
|
@ -40,10 +39,8 @@ COPY packages/shared-error-tracking ./packages/shared-error-tracking
|
|||
COPY packages/feedback ./packages/feedback
|
||||
COPY packages/help ./packages/help
|
||||
COPY packages/local-store ./packages/local-store
|
||||
COPY packages/shared-auth-stores ./packages/shared-auth-stores
|
||||
COPY packages/shared-i18n ./packages/shared-i18n
|
||||
COPY packages/shared-icons ./packages/shared-icons
|
||||
COPY packages/shared-profile-ui ./packages/shared-profile-ui
|
||||
COPY packages/shared-pwa ./packages/shared-pwa
|
||||
COPY packages/shared-splitscreen ./packages/shared-splitscreen
|
||||
COPY packages/shared-stores ./packages/shared-stores
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue