🐛 fix build web file

This commit is contained in:
微凉 2021-12-20 23:59:55 +08:00
parent 1485ab2677
commit 3781043c78

View File

@ -44,6 +44,7 @@ if [ "$1" == "release" ]; then
mv dist/ ../alist/public
else
yarn build
mv dist/ ../alist/public
fi
cd ..