We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44bab1 commit 363a05bCopy full SHA for 363a05b
Dockerfile
@@ -670,8 +670,8 @@ RUN --mount=type=tmpfs,target=/cache \
670
mkdir -v -p /cache/.home-directories && \
671
cp -at /cache/.home-directories/ "${HOME}" && \
672
HOME="/cache/.home-directories/${HOME#/}" && \
673
- DENO_COMPAT=1 deno run -A npm:npm ci --no-audit --no-fund && \
674
- DENO_COMPAT=1 deno run -A npm:npm audit fix && \
+ DENO_COMPAT=1 deno run --no-config -A npm:npm ci --no-audit --no-fund && \
+ DENO_COMPAT=1 deno run --no-config -A npm:npm audit fix && \
675
node npm:typescript/tsc
676
677
# Build app
0 commit comments