Skip to content

Commit 56317f2

Browse files
committed
fix: remove unsupported --verbose flag from yarn install
1 parent 82e5612 commit 56317f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ENV CI=1
4949
ENV CYPRESS_INSTALL_BINARY=0
5050

5151
# Install dependencies (verbose so you can see if python errors occur)
52-
RUN yarn install --silent --verbose
52+
RUN yarn install --silent
5353

5454
# Build the web app
5555
RUN yarn deploy:web

0 commit comments

Comments
 (0)