From af6f99ff996af53d52a0169f10de9df3a41bd25b Mon Sep 17 00:00:00 2001 From: Gaius Date: Fri, 20 Oct 2023 14:51:20 +0800 Subject: [PATCH] fix: console build failed (#2814) Signed-off-by: Gaius --- hack/build.sh | 2 +- manager/console | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/build.sh b/hack/build.sh index 0b27880a2..a3ff7a1eb 100755 --- a/hack/build.sh +++ b/hack/build.sh @@ -125,7 +125,7 @@ build-manager-console() { MANAGER_ASSETS_DIR=$MANAGER_DIR/dist docker run --workdir=/build \ --rm -v ${CONSOLE_DIR}:/build node:18-alpine \ - sh -c "yarn install --frozen-lockfile --network-timeout 1000000 && yarn build" + sh -c "yarn install --network-timeout 1000000 && yarn build" cp -r $CONSOLE_ASSETS $MANAGER_ASSETS_DIR } diff --git a/manager/console b/manager/console index f7de602dd..531521806 160000 --- a/manager/console +++ b/manager/console @@ -1 +1 @@ -Subproject commit f7de602dd8b03ec397a40baffdc81921e269f323 +Subproject commit 5315218065c8a612166a52eb492c2be8999ff033