mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:41:08 +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
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -170,7 +170,7 @@ jobs:
|
|||
# Shared packages that affect multiple services
|
||||
SHARED_AUTH_PATTERN="packages/shared-auth/|packages/shared-types/"
|
||||
SHARED_UI_PATTERN="packages/shared-ui/|packages/shared-theme/|packages/shared-icons/|packages/shared-tailwind/|packages/shared-branding/"
|
||||
SHARED_WEB_PATTERN="packages/shared-auth-ui/|packages/shared-theme-ui/|packages/shared-feedback-ui/|packages/shared-profile-ui/|packages/shared-subscription-ui/|packages/shared-splitscreen/"
|
||||
SHARED_WEB_PATTERN="packages/shared-auth-ui/|packages/shared-theme-ui/|packages/shared-feedback-ui/|packages/shared-subscription-ui/|packages/shared-splitscreen/"
|
||||
|
||||
# Function to check if any pattern matches
|
||||
check_pattern() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue