💚 fix web path

pull/548/head
微凉 2021-11-09 19:35:46 +08:00
parent f7d35ec925
commit 17af21079f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if [ "$1" == "web" ]; then
cd alist-web || exit
yarn
yarn build
mv dist ../public
mv dist/* ../public
cd ..
exit 0
fi