fix: resolve CI failures from stale lockfile and incorrect import paths #2

Closed
groombook-engineer[bot] wants to merge 4 commits from flea-flicker/fix-ci-install-deps-v2 into dev
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 4af261e1cc - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ RUN corepack enable && corepack prepare pnpm@9.15.4 --activate
WORKDIR /app
FROM base AS deps
COPY package.json pnpm-lock.yaml ./
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY apps/api/package.json apps/api/
RUN pnpm install --frozen-lockfile
-1
View File
@@ -1,3 +1,2 @@
packages:
- "apps/*"
- "packages/*"