Skip to content

Commit

Permalink
remove --silent from npm install (#22255)
Browse files Browse the repository at this point in the history
So I can see what's failing in the release action since it works locally.
  • Loading branch information
SDawley committed May 31, 2023
1 parent 270fc19 commit ce66a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN sed -i "s/nodaemon=true/nodaemon=false/" /etc/supervisord.conf
COPY package.json package-lock.json /tmp/e2e/

RUN cd /tmp/e2e && \
npm --silent i
npm i

COPY . /tmp/e2e

Expand Down

0 comments on commit ce66a36

Please sign in to comment.