Skip to content

Commit 6db96a5

Browse files
committed
attempt to fix build
1 parent 9cd4116 commit 6db96a5

4 files changed

Lines changed: 11946 additions & 8316 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24@sha256:07119ef199300cdb02a130537d64c946c4a699f3e539d6f7983d3c0fbdfe1533 AS ui-builder
1+
FROM node:24.13.0-alpine3.23 AS ui-builder
22

33
COPY quickwit/quickwit-ui /quickwit/quickwit-ui
44

quickwit/quickwit-ui/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build:
44
yarn build
55

66
install:
7-
yarn install --frozen-lockfile
7+
yarn install --frozen-lockfile --network-timeout 300000
88

99
start:
1010
yarn start

quickwit/quickwit-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"@babel/core": "7.28.5",
88
"@babel/runtime": "7.28.6",
99
"@biomejs/biome": "2.3.5",
10+
"@dr.pogodin/babel-plugin-transform-assets": "1.2.5",
1011
"@emotion/react": "11.14.0",
1112
"@emotion/styled": "11.14.1",
1213
"@monaco-editor/react": "4.7.0",
@@ -26,7 +27,6 @@
2627
"@types/react-dom": "19.2.3",
2728
"@types/swagger-ui-react": "5.18.0",
2829
"babel-jest": "30.2.0",
29-
"@dr.pogodin/babel-plugin-transform-assets": "1.2.5",
3030
"babel-preset-react-app": "10.1.0",
3131
"cypress": "13.3.2",
3232
"dayjs": "1.11.7",

0 commit comments

Comments
 (0)