fix .public

This commit is contained in:
hardy 2023-06-03 22:55:05 +08:00
parent 5ab35df3d8
commit efd909efe6
No known key found for this signature in database
GPG Key ID: D1ED7F7A9ED520C3
1 changed files with 5 additions and 2 deletions

View File

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