fix(codebase): 🐛 resolve duplicate package.json imports
This commit is contained in:
parent
191461a0ae
commit
609b03009d
2 changed files with 5 additions and 3 deletions
|
|
@ -17,6 +17,7 @@ WORKDIR /app
|
|||
# Copy workspace root files for pnpm workspace resolution
|
||||
COPY package.json pnpm-workspace.yaml pnpm-lock.yaml ./
|
||||
COPY .npmrc ./
|
||||
COPY tsconfig.base.json ./
|
||||
|
||||
# Copy merchant backend-api package
|
||||
COPY features/merchant/backend-api ./features/merchant/backend-api
|
||||
|
|
@ -48,6 +49,7 @@ WORKDIR /app
|
|||
# Copy package files for runtime dependencies
|
||||
COPY package.json pnpm-workspace.yaml pnpm-lock.yaml ./
|
||||
COPY .npmrc ./
|
||||
COPY tsconfig.base.json ./
|
||||
COPY features/merchant/backend-api/package.json ./features/merchant/backend-api/
|
||||
|
||||
# Copy workspace packages
|
||||
|
|
|
|||
|
|
@ -278,9 +278,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.17.0",
|
||||
"@lilith/configs": "^1.3.0",
|
||||
"@lilith/eslint-plugin-file-length": "^1.0.1",
|
||||
"@lilith/eslint-plugin-import-alias": "^1.0.1",
|
||||
"@lilith/configs": "^1.4.0",
|
||||
"@lilith/eslint-plugin-file-length": "^1.0.9",
|
||||
"@lilith/eslint-plugin-import-alias": "^1.0.2",
|
||||
"@lilith/playwright-e2e-docker": "^2.0.0",
|
||||
"@playwright/test": "^1.57.0",
|
||||
"@types/chrome": "^0.1.28",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue