ci: add network-timeout to yarn install
This commit is contained in:
@@ -15,7 +15,7 @@ RUN \
|
|||||||
'linux/arm/v7') apk add --no-cache python make g++ ;; \
|
'linux/arm/v7') apk add --no-cache python make g++ ;; \
|
||||||
esac
|
esac
|
||||||
|
|
||||||
RUN yarn --frozen-lockfile && \
|
RUN yarn --frozen-lockfile --network-timeout 1000000 && \
|
||||||
yarn build
|
yarn build
|
||||||
|
|
||||||
# remove development dependencies
|
# remove development dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user