From 5887ee9f2b53ce115d96198e2f8811f65a087d9f Mon Sep 17 00:00:00 2001 From: fulmicoton Date: Fri, 30 Jan 2026 16:41:56 +0100 Subject: [PATCH] Attempt to fix build and increases the yarn download timeout --- quickwit/quickwit-ui/Makefile | 2 +- quickwit/quickwit-ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quickwit/quickwit-ui/Makefile b/quickwit/quickwit-ui/Makefile index b97ad597cf8..4ca9676adea 100644 --- a/quickwit/quickwit-ui/Makefile +++ b/quickwit/quickwit-ui/Makefile @@ -4,7 +4,7 @@ build: yarn build install: - yarn install --frozen-lockfile + yarn install --frozen-lockfile --network-timeout 300000 start: yarn start diff --git a/quickwit/quickwit-ui/package.json b/quickwit/quickwit-ui/package.json index c1643a0f06a..3d0b3a6f572 100644 --- a/quickwit/quickwit-ui/package.json +++ b/quickwit/quickwit-ui/package.json @@ -7,6 +7,7 @@ "@babel/core": "7.28.5", "@babel/runtime": "7.28.6", "@biomejs/biome": "2.3.5", + "@dr.pogodin/babel-plugin-transform-assets": "1.2.5", "@emotion/react": "11.14.0", "@emotion/styled": "11.14.1", "@monaco-editor/react": "4.7.0", @@ -26,7 +27,6 @@ "@types/react-dom": "19.2.3", "@types/swagger-ui-react": "5.18.0", "babel-jest": "30.2.0", - "@dr.pogodin/babel-plugin-transform-assets": "1.2.5", "babel-preset-react-app": "10.1.0", "cypress": "13.3.2", "dayjs": "1.11.7",