Skip to content

Commit

Permalink
install unfiltered deps in docker--no-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangardner committed Jul 8, 2024
1 parent 209ee88 commit 0b6bc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV NODE_ENV=test
WORKDIR /srv/apps/atj-platform
COPY . .
RUN corepack enable
RUN pnpm install --filter=@atj/spotlight --filter=@atj/design --frozen-lockfile
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile

FROM base as test
ENV E2E_ENDPOINT=http://localhost:9090
Expand Down

0 comments on commit 0b6bc26

Please sign in to comment.