From efd909efe63d7c317eea85d02c95d42ac6897907 Mon Sep 17 00:00:00 2001 From: hardy Date: Sat, 3 Jun 2023 22:55:05 +0800 Subject: [PATCH] fix .public --- build-web.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-web.sh b/build-web.sh index 6614a4a4..435d608f 100644 --- a/build-web.sh +++ b/build-web.sh @@ -15,8 +15,11 @@ cd $WORKBASE/web echo "build console ui to .public." git pull origin master -cnpm install --quiet +echo "loglevel=silent" > .npmrc -cnpm run build --silent +cnpm install --quiet --no-progress +cnpm run -s build + +echo "move .public to $WORKBAS" mv $WORKBASE/web/.public $WORKBASE