Skip to content

Commit 17352db

Browse files
committed
[ui] ensure install step is determinist
1 parent 43a290b commit 17352db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
7+
yarn install --frozen-lockfile
88

99
start:
1010
yarn start

0 commit comments

Comments
 (0)