ci: add network-timeout to yarn install

pull/1106/head
sct 3 years ago
parent f86d907c74
commit 9d0b52a242

@ -15,7 +15,7 @@ RUN \
'linux/arm/v7') apk add --no-cache python make g++ ;; \
esac
RUN yarn --frozen-lockfile && \
RUN yarn --frozen-lockfile --network-timeout 1000000 && \
yarn build
# remove development dependencies

Loading…
Cancel
Save