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