Skip to content

Commit

Permalink
Try verbose npm logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kpine committed Nov 19, 2024
1 parent ccb4b38 commit 87ed2b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ build-deps:
RUN npm config set \
fetch-retries 5 \
fetch-retry-mintimeout 100000 \
fetch-retry-maxtimeout 600000
fetch-retry-maxtimeout 600000 \
loglevel verbose

build:
FROM +build-deps
Expand Down

0 comments on commit 87ed2b3

Please sign in to comment.