💚 fix web path

This commit is contained in:
微凉 2021-11-09 19:35:46 +08:00
parent f7d35ec925
commit 17af21079f

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