Skip to content

Commit

Permalink
hof/fmt: add --ingore-engines to yarn install in prettier formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed May 7, 2024
1 parent d2b0d27 commit ef91614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formatters/tools/prettier/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ WORKDIR /app
# install server deps
COPY package.json yarn.lock /app/
RUN for i in $(seq 1 5); do \
yarn install \
yarn install --ignore-engines \
&& s=0 && break || s=$? && echo "RETRY $i" && sleep $i; done; (exit $s)

# our server code
Expand Down

0 comments on commit ef91614

Please sign in to comment.