Skip to content

Commit 2018a1c

Browse files
committed
Enable corepack debug
1 parent 9cfeb73 commit 2018a1c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ RUN set -ex; \
2121
WORKDIR /opt/test-runner
2222
COPY . .
2323

24-
ENV COREPACK_HOME=/tmp/.cache/node;
24+
ENV COREPACK_HOME=/tmp/.cache/node \
25+
DEBUG=corepack;
2526

2627
RUN set -ex; \
2728
corepack enable pnpm; \

0 commit comments

Comments
 (0)