fix: console build failed (#2814)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2023-10-20 14:51:20 +08:00 committed by GitHub
parent b4221d2a09
commit af6f99ff99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

@ -1 +1 @@
Subproject commit f7de602dd8b03ec397a40baffdc81921e269f323
Subproject commit 5315218065c8a612166a52eb492c2be8999ff033